The bison elf may call m4 (I saw that building binutils' gold).
svn path=/nixpkgs/branches/stdenv-updates/; revision=18845
This commit is contained in:
parent
60a5f44759
commit
21b2bc74b2
@ -8,7 +8,9 @@ stdenv.mkDerivation {
|
|||||||
url = mirror://gnu/bison/bison-2.3.tar.bz2;
|
url = mirror://gnu/bison/bison-2.3.tar.bz2;
|
||||||
md5 = "c18640c6ec31a169d351e3117ecce3ec";
|
md5 = "c18640c6ec31a169d351e3117ecce3ec";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildNativeInputs = [m4];
|
buildNativeInputs = [m4];
|
||||||
|
propagatedBuildInputs = [m4];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU Bison, a Yacc-compatible parser generator";
|
description = "GNU Bison, a Yacc-compatible parser generator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user