python3Packages.guppy3: init at 3.1.0

This commit is contained in:
Fabian Affolter
2021-02-13 18:06:42 +01:00
parent 5852a21819
commit 920aefdde6
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -2854,6 +2854,8 @@ in {
else
callPackage ../development/python-modules/gunicorn { };
guppy3 = callPackage ../development/python-modules/guppy3 { };
gurobipy = if stdenv.hostPlatform.system == "x86_64-darwin" then
callPackage ../development/python-modules/gurobipy/darwin.nix { inherit (pkgs.darwin) cctools insert_dylib; }
else if stdenv.hostPlatform.system == "x86_64-linux" then