Fix GZip build on Illumos

This commit is contained in:
Danny Wilson
2013-02-28 20:04:02 +01:00
committed by Danny Wilson
parent c019cdb761
commit fcce211c8e
2 changed files with 25 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0wx1nqk709kx75cwp2axachnbxryp4gyl06qxn5nl95184w0mhls";
};
doCheck = true;
patches = [ ./skip-some-tests.patch ];
meta = {
homepage = http://www.gnu.org/software/gzip/;
description = "Gzip, the GNU zip compression program";