libzip: Add platforms
This commit is contained in:
parent
25b55e7409
commit
15f68398ef
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nih.at/libzip;
|
homepage = http://www.nih.at/libzip;
|
||||||
description = "A C library for reading, creating and modifying zip archives";
|
description = "A C library for reading, creating and modifying zip archives";
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue