Add gurobipy for python2.7 on darwin.

This commit is contained in:
Shea Levy
2017-12-09 15:00:43 -05:00
parent 6d7ceedaf9
commit 3dfbf51a25
3 changed files with 41 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ in stdenv.mkDerivation {
passthru = let
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {python=self; overrides=packageOverrides;};
in rec {
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch ucsEncoding;
executable = libPrefix;
buildEnv = callPackage ../../wrapper.nix { python = self; inherit (pythonPackages) requiredPythonModules; };
withPackages = import ../../with-packages.nix { inherit buildEnv pythonPackages;};