1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
7 url = "https://support.hdfgroup.org/ftp/lib-external/szip/${version}/src/szip-${version}.tar.gz";
8 sha256 = "04nlhkzzf1gihvrfbzc6rq4kc13p92ly39dzrb4y4jrd9y5rbvi1";
12 description = "Compression library that can be used with the hdf5 library";
13 homepage = "https://www.hdfgroup.org/doc_resource/SZIP/";
14 license = lib.licenses.unfree;