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:
parent
5bedf23514
commit
52fdec3c1d
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
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;
|
||||
propagatedBuildInputs = [ m4 ];
|
||||
|
Loading…
Reference in New Issue
Block a user