treewide: Mass replace 'zlib}/lib' to refer the 'out' output
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
postPatch = ''
|
||||
substitute ${./META} META --subst-var-by VERSION "${version}"
|
||||
substituteInPlace Makefile \
|
||||
--subst-var-by ZLIB_LIBDIR "${zlib}/lib" \
|
||||
--subst-var-by ZLIB_LIBDIR "${zlib.out}/lib" \
|
||||
--subst-var-by ZLIB_INCLUDE "${zlib}/include"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user