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:
Lluís Batlle i Rossell 2009-12-08 19:42:18 +00:00
parent 60a5f44759
commit 21b2bc74b2

View file

@ -8,7 +8,9 @@ stdenv.mkDerivation {
url = mirror://gnu/bison/bison-2.3.tar.bz2;
md5 = "c18640c6ec31a169d351e3117ecce3ec";
};
buildNativeInputs = [m4];
propagatedBuildInputs = [m4];
meta = {
description = "GNU Bison, a Yacc-compatible parser generator";