The bison elf may call m4 (I saw that building binutils' gold).


svn path=/nixpkgs/branches/stdenv-updates/; revision=18845

+2
+2
pkgs/development/tools/parsing/bison/bison-2.3.nix
··· 8 url = mirror://gnu/bison/bison-2.3.tar.bz2; 9 md5 = "c18640c6ec31a169d351e3117ecce3ec"; 10 }; 11 buildNativeInputs = [m4]; 12 13 meta = { 14 description = "GNU Bison, a Yacc-compatible parser generator";
··· 8 url = mirror://gnu/bison/bison-2.3.tar.bz2; 9 md5 = "c18640c6ec31a169d351e3117ecce3ec"; 10 }; 11 + 12 buildNativeInputs = [m4]; 13 + propagatedBuildInputs = [m4]; 14 15 meta = { 16 description = "GNU Bison, a Yacc-compatible parser generator";