This commit is contained in:
Vladimír Čunát
2014-08-25 15:30:46 +02:00
parent 77da5efc78
commit 3ec413cece
11 changed files with 76 additions and 56 deletions
@@ -282,7 +282,7 @@ stdenv.mkDerivation ({
++ (optional (perl != null) perl)
++ (optional javaAwtGtk pkgconfig);
buildInputs = [ gmp mpfr mpc libelf ]
buildInputs = [ stdenv.hookLib.multiout gmp mpfr mpc libelf ]
++ (optional (ppl != null) ppl)
++ (optional (cloog != null) cloog)
++ (optional (isl != null) isl)