mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Doh.
svn path=/nixpkgs/trunk/; revision=9954
This commit is contained in:
parent
5a0d090ace
commit
ab5a39d40b
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue