mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #22244 from AndersonTorres/intercal
Intercal: a little fix
This commit is contained in:
commit
8a6fa4a320
@ -5143,7 +5143,9 @@ with pkgs;
|
||||
|
||||
ikarus = callPackage ../development/compilers/ikarus { };
|
||||
|
||||
intercal = callPackage ../development/compilers/intercal { };
|
||||
intercal = callPackage ../development/compilers/intercal {
|
||||
flex = flex_2_6_1; # Works with 2.5.35 too, but not 2.6.3
|
||||
};
|
||||
|
||||
irony-server = callPackage ../development/tools/irony-server/default.nix {
|
||||
# The repository of irony to use -- must match the version of the employed emacs
|
||||
|
Loading…
Reference in New Issue
Block a user