mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pythonPackages.pyplatec: mark as broken on linux
This commit is contained in:
parent
72f4cf36bd
commit
2dbb0a7d6c
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
}:
|
}:
|
||||||
|
@ -16,6 +17,7 @@ buildPythonPackage rec {
|
||||||
description = "Library to simulate plate tectonics with Python bindings";
|
description = "Library to simulate plate tectonics with Python bindings";
|
||||||
homepage = "https://github.com/Mindwerks/plate-tectonics";
|
homepage = "https://github.com/Mindwerks/plate-tectonics";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
|
broken = stdenv.isLinux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue