Merge pull request #248573 from rardiol/we
python3Packages.worldengine fix
This commit is contained in:
commit
f2c312a640
@ -13,11 +13,12 @@ buildPythonPackage rec {
|
||||
sha256 = "0kqx33flcrrlipccmqs78d14pj5749bp85b6k5fgaq2c7yzz02jg";
|
||||
};
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-std=c++11";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library to simulate plate tectonics with Python bindings";
|
||||
homepage = "https://github.com/Mindwerks/plate-tectonics";
|
||||
license = licenses.lgpl3;
|
||||
broken = stdenv.isLinux;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -68,7 +68,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://world-engine.org";
|
||||
homepage = "https://github.com/mindwerks/worldengine";
|
||||
description = "World generator using simulation of plates, rain shadow, erosion, etc";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rardiol ];
|
||||
|
Loading…
Reference in New Issue
Block a user