Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

graph-tool: cleanup

fucked up adding the changes

see #12647

+8 -9
+8 -9
pkgs/development/python-modules/graph-tool/2.x.x.nix
··· 1 - { stdenv, fetchurl, python, cairomm, sparsehash, pycairo, automake, m4, 2 - pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir, makeWrapper, 3 - gobjectIntrospection, pygobject3, gtk3, matplotlib, autoconf, libtool }: 4 5 stdenv.mkDerivation rec { 6 version = "2.12"; ··· 19 sha256 = "12w58djyx6nn00wixqnxnxby9ksabhzdkkvynl8b89parfvfbpwl"; 20 }; 21 22 - preConfigure = '' 23 - patchShebangs autogen.sh 24 - ./autogen.sh 25 - configureFlags="--with-python-module-path=$out/${python.sitePackages} --enable-openmp" 26 - ''; 27 28 - buildInputs = [ automake m4 pkgconfig makeWrapper autoconf libtool ]; 29 30 propagatedBuildInputs = [ 31 boost
··· 1 + { stdenv, fetchurl, python, cairomm, sparsehash, pycairo, autoreconfHook, 2 + pkgconfig, boost, expat, scipy, numpy, cgal, gmp, mpfr, lndir, 3 + gobjectIntrospection, pygobject3, gtk3, matplotlib }: 4 5 stdenv.mkDerivation rec { 6 version = "2.12"; ··· 19 sha256 = "12w58djyx6nn00wixqnxnxby9ksabhzdkkvynl8b89parfvfbpwl"; 20 }; 21 22 + configureFlags = [ 23 + "--with-python-module-path=$(out)/${python.sitePackages}" 24 + "--enable-openmp" 25 + ]; 26 27 + buildInputs = [ pkgconfig autoreconfHook ]; 28 29 propagatedBuildInputs = [ 30 boost