wine: doesn't build with bison3

This commit is contained in:
Mathijs Kwik 2013-10-09 11:48:54 +02:00
parent ef3cc83d1e
commit b0f13e99c3

View File

@ -10080,7 +10080,9 @@ let
VisualBoyAdvance = callPackage ../misc/emulators/VisualBoyAdvance { }; VisualBoyAdvance = callPackage ../misc/emulators/VisualBoyAdvance { };
# Wine cannot be built in 64-bit; use a 32-bit build instead. # Wine cannot be built in 64-bit; use a 32-bit build instead.
wine = callPackage_i686 ../misc/emulators/wine { }; wine = callPackage_i686 ../misc/emulators/wine {
bison = bison2;
};
# winetricks is a shell script with no binary components. Safe to just use the current platforms # winetricks is a shell script with no binary components. Safe to just use the current platforms
# build instead of the i686 specific build. # build instead of the i686 specific build.