bison: drop non-applying patch on Darwin

The Darwin case seems newly fixed in the tarballs now.
Beware: the affected file is *not* in bison's git repo (gitignored),
but it is in tarballs and is used during build (yummy!)
This commit is contained in:
Vladimír Čunát 2018-06-02 11:30:41 +02:00
parent 5bedf23514
commit 52fdec3c1d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0rnml9spd6p0i5qy9g4r82drwdr09r1z9cf4p89agbrkxqmrsffd"; sha256 = "0rnml9spd6p0i5qy9g4r82drwdr09r1z9cf4p89agbrkxqmrsffd";
}; };
patches = stdenv.lib.optional hostPlatform.isDarwin stdenv.secure-format-patch; patches = []; # remove on another rebuild
nativeBuildInputs = [ m4 perl ] ++ stdenv.lib.optional stdenv.isSunOS help2man; nativeBuildInputs = [ m4 perl ] ++ stdenv.lib.optional stdenv.isSunOS help2man;
propagatedBuildInputs = [ m4 ]; propagatedBuildInputs = [ m4 ];