3
0
Fork 0
forked from mirrors/nixpkgs

Revert "pcre: Fix patch method"

This reverts commit fb30776a77.
This commit is contained in:
Eelco Dolstra 2015-09-25 11:38:26 +02:00
parent e43d3b7114
commit 72aa458285

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, unicodeSupport ? true, cplusplusSupport ? true
{ stdenv, fetchurl, unicodeSupport ? true, cplusplusSupport ? true
, windows ? null
}:
@ -12,12 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "17bqykp604p7376wj3q2nmjdhrb6v1ny8q08zdwi7qvc02l9wrsi";
};
nativeBuildInputs = [ autoreconfHook ];
# A bundle of fixes which should be removed for 8.38
patchPhase = ''
patch -p0 -i ${./fixes.patch}
'';
patches = [ ./fixes.patch ];
outputs = [ "out" "doc" "man" ];