Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.urbanophile.com/arenn/hacking/gzrt/;
|
||||
description = "The gzip Recovery Toolkit";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
|
||||
description = "The CK LRZIP compression program (LZMA + RZIP)";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
inherit version;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://www.lzop.org;
|
||||
description = "Fast file compressor";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://ncompress.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
description = "A fast, simple LZW file compressor";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://www.zlib.net/pigz/";
|
||||
description = "A parallel implementation of gzip for multi-core machines";
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,5 +39,6 @@ stdenv.mkDerivation {
|
||||
cores and processors simultaneously. Its primary goal is to utilize all
|
||||
resources to speed up compression time with minimal possible influence
|
||||
on compression ratio'';
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -12,5 +12,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://rzip.samba.org/;
|
||||
description = "Compression program";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://upx.sourceforge.net/;
|
||||
description = "The Ultimate Packer for eXecutables";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = http://cis.poly.edu/zdelta;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user