webkit: pin to bison 2.7

This commit is contained in:
Mathijs Kwik 2013-12-16 14:38:38 +01:00
parent e9a9fcc8d1
commit 3493b7cacf
1 changed files with 4 additions and 2 deletions

View File

@ -5866,20 +5866,22 @@ let
inherit gtk2; # for plugins etc. even with gtk3, see Gentoo ebuild
inherit gtk3 glib atk cairo pango fontconfig freetype;
inherit (gnome) gtkdoc libsoup;
inherit pkgconfig libtool intltool autoconf automake gperf bison flex
inherit pkgconfig libtool intltool autoconf automake gperf flex
libjpeg libpng libtiff libxml2 libxslt sqlite icu curl
which libproxy geoclue enchant python ruby perl mesa xlibs;
inherit gstreamer gst_plugins_base gst_ffmpeg gst_plugins_good;
bison = bison2;
};
webkit_gtk2 =
builderDefsPackage ../development/libraries/webkit/gtk2.nix {
inherit gtk2 glib atk cairo pango fontconfig freetype;
inherit (gnome) gtkdoc libsoup;
inherit pkgconfig libtool intltool autoconf automake gperf bison flex
inherit pkgconfig libtool intltool autoconf automake gperf flex
libjpeg libpng libtiff libxml2 libxslt sqlite icu curl
which libproxy geoclue enchant python ruby perl mesa xlibs;
inherit gstreamer gst_plugins_base gst_ffmpeg gst_plugins_good;
bison = bison2;
};
wildmidi = callPackage ../development/libraries/wildmidi { };