Merge pull request #113019 from fabaff/guppy3

This commit is contained in:
Sandro
2021-02-14 03:02:50 +01:00
committed by GitHub
3 changed files with 35 additions and 1 deletions

View File

@@ -2860,6 +2860,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