17 stdenv.mkDerivation rec {
21 nativeBuildInputs = [ pkg-config autoconf automake ];
33 echo "XML_CATALOG_FILES='$XML_CATALOG_FILES'"
35 src = fetchFromGitHub {
39 sha256 = "163axxs22w7pghr786hda22mnlpvmi50hzhfr9axwyyjl9n41qs2";
46 description = "A parallel compressor/decompressor for xz format";
47 license = licenses.bsd2;
48 maintainers = [ maintainers.raskin ];
49 platforms = platforms.unix;