Merge pull request #248573 from rardiol/we

python3Packages.worldengine fix
This commit is contained in:
OTABI Tomoya 2023-08-18 01:01:14 +09:00 committed by GitHub
commit f2c312a640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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;
};
}

View File

@ -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 ];