intercal: build with current flex

This commit is contained in:
Franz Pletz 2017-07-29 19:26:42 +02:00
parent 7f69275f99
commit d3bfa0542c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -5625,9 +5625,7 @@ with pkgs;
inherit (haskellPackages) idris;
};
intercal = callPackage ../development/compilers/intercal {
flex = flex_2_6_1; # Works with 2.5.35 too, but not 2.6.3
};
intercal = callPackage ../development/compilers/intercal { };
irony-server = callPackage ../development/tools/irony-server/default.nix {
# The repository of irony to use -- must match the version of the employed emacs