parent
5a0d090ace
commit
ab5a39d40b
|
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||||
postBuild = if stdenv.isLinux then "
|
postBuild = if stdenv.isLinux then "
|
||||||
find . -type f -perm +100 \\
|
find . -type f -perm +100 \\
|
||||||
-exec patchelf --interpreter \"$(cat $NIX_GCC/nix-support/dynamic-linker)\" \\
|
-exec patchelf --interpreter \"$(cat $NIX_GCC/nix-support/dynamic-linker)\" \\
|
||||||
--set-rpath \"${readline}/lib:${ncurses}/lib:${gmp}/lib\" {} \;
|
--set-rpath \"${readline}/lib:${ncurses}/lib:${gmp}/lib\" {} \\;
|
||||||
" else "";
|
" else "";
|
||||||
|
|
||||||
# The binaries for Darwin use frameworks, so fake those frameworks,
|
# The binaries for Darwin use frameworks, so fake those frameworks,
|
||||||
|
|
Loading…
Reference in New Issue