Revert "Fix eval"
This reverts commit6afc1907c8. Not needed anymore after revert atb653e3f661
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{ 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 {
|
||||
version = "2.2.36";
|
||||
name = "${python.libPrefix}-graph-tool-${version}";
|
||||
|
||||
Reference in New Issue
Block a user