Revert "Fix eval"
This reverts commit 6afc1907c85fe3a244bd8a52d76f45297f06419e. Not needed anymore after revert at b653e3f6614fbe2664b1fd09d3baf5222b4de7f2
This commit is contained in:
parent
6919be40bd
commit
f4acbf30f2
@ -1,8 +1,5 @@
|
|||||||
{ stdenv, fetchurl, python, cairomm, sparsehash, pycairo, automake, m4, pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir, makeWrapper }:
|
{ stdenv, fetchurl, python, cairomm, sparsehash, pycairo, automake, m4, pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir, makeWrapper }:
|
||||||
|
|
||||||
# pypy lacks the sitePackages attribute used in this expression
|
|
||||||
assert python.executable != "pypy";
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.2.36";
|
version = "2.2.36";
|
||||||
name = "${python.libPrefix}-graph-tool-${version}";
|
name = "${python.libPrefix}-graph-tool-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user