forked from mirrors/nixpkgs
Fix TWM build
svn path=/nixpkgs/trunk/; revision=26399
This commit is contained in:
parent
4aacdee4e1
commit
3fa36ea4a1
|
@ -186,4 +186,8 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
twm = attrs: attrs // {
|
||||
buildNativeInputs = [args.bison args.flex];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue