6 stdenv.mkDerivation (finalAttrs: {
11 url = "mirror://savannah/lzip/clzip/clzip-${finalAttrs.version}.tar.gz";
12 hash = "sha256-9j/hJFuDL+B/9nnpubhofpN5q2E6Jr+wrKN1TIsWLXM=";
16 homepage = "https://www.nongnu.org/lzip/clzip.html";
17 description = "C language version of lzip";
18 mainProgram = "clzip";
19 license = licenses.gpl2Plus;
21 platforms = platforms.all;