mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 15:58:28 +00:00
maude: use old flex version; the new one causes build errors
This issue has been fixed in the latest alpha release.
This commit is contained in:
parent
f741be954c
commit
6913650adc
@ -3309,6 +3309,7 @@ let
|
||||
|
||||
maude = callPackage ../development/interpreters/maude {
|
||||
bison = bison2;
|
||||
flex = flex_2_5_35;
|
||||
};
|
||||
|
||||
octave = callPackage ../development/interpreters/octave {
|
||||
|
Loading…
Reference in New Issue
Block a user