treewide: Make explicit that 'dev' output of libffi is used
This commit is contained in:
committed by
Vladimír Čunát
parent
674eb400ef
commit
5ecce6b94a
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
configureFlags = [
|
||||
"--enable-threads"
|
||||
"--with-gmp-prefix=${gmp.dev}"
|
||||
"--with-libffi-prefix=${libffi}"
|
||||
"--with-libffi-prefix=${libffi.dev}"
|
||||
]
|
||||
++
|
||||
(stdenv.lib.optional (! noUnicode)
|
||||
|
||||
Reference in New Issue
Block a user