python3Packages.guppy3: init at 3.1.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user