mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
fix Scribus
svn path=/nixpkgs/trunk/; revision=20602
This commit is contained in:
parent
06cff980b8
commit
19f4182167
@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
||||
|
||||
# fix rpath which is removed by cmake..
|
||||
postFixup = ''
|
||||
for i in $buildInputs ${stdenv.gcc.gcc}; do
|
||||
for i in $buildNativeInputs ${stdenv.gcc.gcc}; do
|
||||
[ -d "$i/lib" ] && RPATH="$RPATH:$i/lib"
|
||||
[ -d "$i/lib64" ] && RPATH="$RPATH:$i/lib64"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user