stdenv-updates: merge updates from 'master' branch

This commit is contained in:
Peter Simons
2012-09-11 16:48:41 +02:00
771 changed files with 14876 additions and 5473 deletions
+8
View File
@@ -1,5 +1,11 @@
{stdenv, fetchurl, zlib, lzo, bzip2, nasm, perl}:
let
md5fix = fetchurl {
url = "https://github.com/ckolivas/lrzip/commit/9430b6ff4a58adb69ef4cf74f1245fd5b3b313dd.patch";
sha256 = "084x4wi3mamcxphzwf43iw287v1ylrk0xjghg6b5k6vgm9gkqlx8";
};
in
stdenv.mkDerivation rec {
name = "lrzip-0.612";
@@ -10,6 +16,8 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib lzo bzip2 nasm perl ];
patches = [ md5fix ];
meta = {
homepage = http://ck.kolivas.org/apps/lrzip/;
description = "The CK LRZIP compression program (LZMA + RZIP)";