gurobipy: fix eval

This commit is contained in:
Orivej Desh
2017-12-09 22:41:18 +00:00
parent 8e2f912b65
commit b687ffa0d2
3 changed files with 11 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, python, xar, cpio, cctools, insert_dylib }:
assert python.isPy27 && python.ucsEncoding == 2;
assert python.pkgs.isPy27 && python.ucsEncoding == 2;
stdenv.mkDerivation
{ name = "gurobipy-7.0.2";
src = fetchurl