zlib: Add platforms
This commit is contained in:
@@ -48,6 +48,7 @@ stdenv.mkDerivation (rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Lossless data-compression library";
|
description = "Lossless data-compression library";
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
} // (if stdenv.isDarwin then {
|
} // (if stdenv.isDarwin then {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user