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 = [
|
configureFlags = [
|
||||||
"--enable-threads"
|
"--enable-threads"
|
||||||
"--with-gmp-prefix=${gmp.dev}"
|
"--with-gmp-prefix=${gmp.dev}"
|
||||||
"--with-libffi-prefix=${libffi}"
|
"--with-libffi-prefix=${libffi.dev}"
|
||||||
]
|
]
|
||||||
++
|
++
|
||||||
(stdenv.lib.optional (! noUnicode)
|
(stdenv.lib.optional (! noUnicode)
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ let
|
|||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
(cd pixie-src
|
(cd pixie-src
|
||||||
patch -p1 < ${./load_paths.patch}
|
patch -p1 < ${./load_paths.patch}
|
||||||
libraryPaths='["${libuv}" "${libedit}" "${libffi}" "${boost.dev}" "${boost.out}" "${zlib}"]'
|
libraryPaths='["${libuv}" "${libedit}" "${libffi.dev}" "${boost.dev}" "${boost.out}" "${zlib}"]'
|
||||||
export libraryPaths
|
export libraryPaths
|
||||||
substituteAllInPlace ./pixie/ffi-infer.pxi)
|
substituteAllInPlace ./pixie/ffi-infer.pxi)
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user