mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
A kludge to avoid removal of zlib from RPATH -- needed for LilyPond build
svn path=/nixpkgs/trunk/; revision=32046
This commit is contained in:
parent
109068c605
commit
bc851612c9
@ -28,6 +28,9 @@ stdenv.mkDerivation {
|
||||
--replace /usr/include /no-such-path \
|
||||
--replace /usr/lib /no-such-path \
|
||||
--replace /usr/local /no-such-path \
|
||||
|
||||
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lz"
|
||||
'';
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user