9 stdenv.mkDerivation rec {
14 url = "https://www.nih.at/libzip/${pname}-${version}.tar.gz";
15 sha256 = "1k5rihiz7m1ahhjzcbq759hb9crzqkgw78pkxga118y5a32pc8hf";
18 # Remove in next release
21 url = "https://github.com/nih-at/libzip/commit/351201419d79b958783c0cfc7c370243165523ac.patch";
22 sha256 = "0d93z98ki0yiaza93268cxkl35y1r7ll9f7l8sivx3nfxj2c1n8a";
26 outputs = [ "out" "dev" ];
28 nativeBuildInputs = [ cmake perl ];
29 propagatedBuildInputs = [ zlib ];
32 # regress/runtest is a generated file
37 homepage = "https://www.nih.at/libzip";
38 description = "A C library for reading, creating and modifying zip archives";
39 license = licenses.bsd3;
40 platforms = platforms.unix;