1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

libzip: Add platforms

This commit is contained in:
Tuomas Tynkkynen 2016-04-27 04:10:54 +03:00
parent 25b55e7409
commit 15f68398ef

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.nih.at/libzip;
description = "A C library for reading, creating and modifying zip archives";
platforms = stdenv.lib.platforms.unix;
};
}