wine: doesn't build with bison3
This commit is contained in:
parent
ef3cc83d1e
commit
b0f13e99c3
@ -10080,7 +10080,9 @@ let
|
||||
VisualBoyAdvance = callPackage ../misc/emulators/VisualBoyAdvance { };
|
||||
|
||||
# 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
|
||||
# build instead of the i686 specific build.
|
||||
|
Loading…
x
Reference in New Issue
Block a user