3
0
Fork 0
forked from mirrors/nixpkgs

Fix TWM build

svn path=/nixpkgs/trunk/; revision=26399
This commit is contained in:
Michael Raskin 2011-03-17 15:51:13 +00:00
parent 4aacdee4e1
commit 3fa36ea4a1
2 changed files with 5 additions and 1 deletions

View file

@ -186,4 +186,8 @@ in
'';
};
twm = attrs: attrs // {
buildNativeInputs = [args.bison args.flex];
};
}

View file

@ -4577,7 +4577,7 @@ let
inherit fetchurl fetchsvn stdenv pkgconfig freetype fontconfig
libxslt expat libdrm libpng zlib perl mesa
xkeyboard_config dbus hal libuuid openssl gperf m4
autoconf libtool xmlto asciidoc udev;
autoconf libtool xmlto asciidoc udev bison flex;
# XXX: Update to newer Automake on the next big rebuild; better yet:
# remove the dependency on Automake.