7 stdenv.mkDerivation (finalAttrs: {
12 url = "mirror://savannah/lzip/clzip/clzip-${finalAttrs.version}.tar.gz";
13 hash = "sha256-KH6FFSaP+NFiRIeODi4tczwD2S3SsrhJFdde9N5sJh8=";
17 homepage = "https://www.nongnu.org/lzip/clzip.html";
18 description = "C language version of lzip";
19 mainProgram = "clzip";
20 license = licenses.gpl2Plus;
22 platforms = platforms.all;