about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLuka Blaskovic <lblasc@tvbeat.com>2020-01-06 11:13:58 +0000
committerLuka Blaskovic <lblasc@tvbeat.com>2020-01-13 21:35:19 +0000
commit8644679d719c859c0c2503da36598d01f1dabb2d (patch)
treeff2f69cfaf8cd963f4944b27f10f89fa67318cb6 /pkgs/top-level
parent7e90db850081bfd74470276fd746f514ba4b408e (diff)
downloadnixlib-8644679d719c859c0c2503da36598d01f1dabb2d.tar
nixlib-8644679d719c859c0c2503da36598d01f1dabb2d.tar.gz
nixlib-8644679d719c859c0c2503da36598d01f1dabb2d.tar.bz2
nixlib-8644679d719c859c0c2503da36598d01f1dabb2d.tar.lz
nixlib-8644679d719c859c0c2503da36598d01f1dabb2d.tar.xz
nixlib-8644679d719c859c0c2503da36598d01f1dabb2d.tar.zst
nixlib-8644679d719c859c0c2503da36598d01f1dabb2d.zip
qt512: build with bison3
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 89ff9df35095..14a0a72f99d3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -13729,7 +13729,7 @@ in
     (import ../development/libraries/qt-5/5.12) {
       inherit newScope;
       inherit stdenv fetchurl fetchpatch fetchFromGitHub makeSetupHook makeWrapper;
-      bison = bison2; # error: too few arguments to function 'int yylex(...
+      inherit bison;
       inherit cups;
       inherit dconf;
       inherit harfbuzz;