* Upgraded Bison to the latest alpha release. This fixes a segfault
in Nix. svn path=/nixpkgs/trunk/; revision=1092
This commit is contained in:
parent
b8f20e51f4
commit
49c1176ec6
@ -3,10 +3,10 @@
|
||||
assert m4 != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "bison-1.875c";
|
||||
name = "bison-1.875d";
|
||||
src = fetchurl {
|
||||
url = ftp://alpha.gnu.org/pub/gnu/bison/bison-1.875c.tar.gz;
|
||||
md5 = "bba317725fc84013b9d0a6b2576dfaa7";
|
||||
url = ftp://alpha.gnu.org/pub/gnu/bison/bison-1.875d.tar.gz;
|
||||
md5 = "faaa4a271ca722fb6c769d72e18ade0b";
|
||||
};
|
||||
buildInputs = [m4];
|
||||
} // {
|
||||
|
Loading…
Reference in New Issue
Block a user