treewide: Make explicit that 'dev' output of gmp is used
This commit is contained in:
committed by
Vladimír Čunát
parent
f81af4e6f0
commit
47c45e2041
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
configureFlags = [
|
||||
"--enable-threads"
|
||||
"--with-gmp-prefix=${gmp}"
|
||||
"--with-gmp-prefix=${gmp.dev}"
|
||||
"--with-libffi-prefix=${libffi}"
|
||||
]
|
||||
++
|
||||
|
||||
Reference in New Issue
Block a user