From b0f13e99c365983bfd46032d1a15147ff041345a Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Wed, 9 Oct 2013 11:48:54 +0200 Subject: [PATCH] wine: doesn't build with bison3 --- pkgs/top-level/all-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a1cd316ac97..7d129ac55a5 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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.