qtwebkit: build with bison3
This commit is contained in:
parent
e2717ad9b7
commit
81d778466c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
, qtbase, qtdeclarative, qtlocation, qtmultimedia, qtsensors, qtwebchannel
|
, qtbase, qtdeclarative, qtlocation, qtmultimedia, qtsensors, qtwebchannel
|
||||||
, fontconfig, gtk2, libwebp, libxml2, libxslt
|
, fontconfig, gtk2, libwebp, libxml2, libxslt
|
||||||
, sqlite, systemd, glib, gst_all_1, cmake
|
, sqlite, systemd, glib, gst_all_1, cmake
|
||||||
, bison2, flex, gdb, gperf, perl, pkgconfig, python2, ruby
|
, bison, flex, gdb, gperf, perl, pkgconfig, python2, ruby
|
||||||
, darwin
|
, darwin
|
||||||
, flashplayerFix ? false
|
, flashplayerFix ? false
|
||||||
}:
|
}:
|
||||||
|
@ -31,7 +31,7 @@ qtModule {
|
||||||
++ optionals (stdenv.isDarwin) (with darwin; with apple_sdk.frameworks; [ ICU OpenGL ])
|
++ optionals (stdenv.isDarwin) (with darwin; with apple_sdk.frameworks; [ ICU OpenGL ])
|
||||||
++ optional usingAnnulenWebkitFork hyphen;
|
++ optional usingAnnulenWebkitFork hyphen;
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
bison2 flex gdb gperf perl pkgconfig python2 ruby
|
bison flex gdb gperf perl pkgconfig python2 ruby
|
||||||
] ++ optional usingAnnulenWebkitFork cmake;
|
] ++ optional usingAnnulenWebkitFork cmake;
|
||||||
|
|
||||||
cmakeFlags = optionals usingAnnulenWebkitFork ([ "-DPORT=Qt" ]
|
cmakeFlags = optionals usingAnnulenWebkitFork ([ "-DPORT=Qt" ]
|
||||||
|
|
Loading…
Reference in a new issue