treewide: Make explicit that 'dev' output of gmp is used

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 19:58:41 +03:00
committed by Vladimír Čunát
parent f81af4e6f0
commit 47c45e2041
15 changed files with 15 additions and 15 deletions

View File

@@ -141,7 +141,7 @@ let
};
gmp = {
configureFlags = ["--with-gmp=${gmp}"];
configureFlags = ["--with-gmp=${gmp.dev}"];
buildInputs = [ gmp ];
};