Merge pull request #113019 from fabaff/guppy3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user