3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=9954
This commit is contained in:
Eelco Dolstra 2007-12-19 11:19:02 +00:00
parent 5a0d090ace
commit ab5a39d40b

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
postBuild = if stdenv.isLinux then "
find . -type f -perm +100 \\
-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 "";
# The binaries for Darwin use frameworks, so fake those frameworks,