From f4acbf30f28c81b14b181be88a6208f996cf5875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 25 Feb 2015 09:40:27 +0100 Subject: [PATCH] Revert "Fix eval" This reverts commit 6afc1907c85fe3a244bd8a52d76f45297f06419e. Not needed anymore after revert at b653e3f6614fbe2664b1fd09d3baf5222b4de7f2 --- pkgs/development/python-modules/graph-tool/2.x.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/graph-tool/2.x.x.nix b/pkgs/development/python-modules/graph-tool/2.x.x.nix index 7a5bf440b5e7..835b4f6514a8 100644 --- a/pkgs/development/python-modules/graph-tool/2.x.x.nix +++ b/pkgs/development/python-modules/graph-tool/2.x.x.nix @@ -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}";