1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

Revert "Fix eval"

This reverts commit 6afc1907c8.

Not needed anymore after revert at
b653e3f661
This commit is contained in:
Domen Kožar 2015-02-25 09:40:27 +01:00
parent 6919be40bd
commit f4acbf30f2

View file

@ -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}";