Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -30,8 +30,8 @@ stdenv.mkDerivation {
|
||||
|
||||
configureFlags = [
|
||||
"--enable-threads"
|
||||
"--with-gmp-prefix=${gmp}"
|
||||
"--with-libffi-prefix=${libffi}"
|
||||
"--with-gmp-prefix=${gmp.dev}"
|
||||
"--with-libffi-prefix=${libffi.dev}"
|
||||
]
|
||||
++
|
||||
(stdenv.lib.optional (! noUnicode)
|
||||
|
||||
Reference in New Issue
Block a user