A kludge to avoid removal of zlib from RPATH -- needed for LilyPond build
svn path=/nixpkgs/trunk/; revision=32046
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user