mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
maude: build with bison 2.x; version 3.x causes compiler errors
This commit is contained in:
parent
12235ed36e
commit
6968277785
1 changed files with 3 additions and 1 deletions
|
@ -3109,7 +3109,9 @@ let
|
|||
|
||||
lush2 = callPackage ../development/interpreters/lush {};
|
||||
|
||||
maude = callPackage ../development/interpreters/maude { };
|
||||
maude = callPackage ../development/interpreters/maude {
|
||||
bison = bison2;
|
||||
};
|
||||
|
||||
octave = callPackage ../development/interpreters/octave {
|
||||
fltk = fltk13;
|
||||
|
|
Loading…
Reference in a new issue