summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index f18aba276fb2..a582e1e8f5ce 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -203,6 +203,12 @@
     m4 = gnum4;
   };
 
+  bisonnew = (import ../development/tools/parsing/bison/bison-new.nix) {
+    fetchurl = fetchurl;
+    stdenv = stdenv;
+    m4 = gnum4;
+  };
+
   flex = (import ../development/tools/parsing/flex) {
     fetchurl = fetchurl;
     stdenv = stdenv;