forked from mirrors/nixpkgs
gzip: remove darwin format patch
This commit is contained in:
parent
2d2dbe083f
commit
f968949c75
|
@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "16h8g4acy7fgfxcjacr3wijjsnixwsfd2jhz3zwdi2qrzi262l5f";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional hostPlatform.isDarwin stdenv.secure-format-patch;
|
||||
|
||||
outputs = [ "out" "man" "info" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue