Offer consistently named attributes for the two available flex versions.

This commit is contained in:
Peter Simons 2014-04-11 10:05:12 +02:00
parent 8c12816d59
commit f741be954c
2 changed files with 2 additions and 1 deletions

View File

@ -3738,8 +3738,9 @@ let
checkstyle = callPackage ../development/tools/analysis/checkstyle { };
flex = callPackage ../development/tools/parsing/flex { };
flex_2_5_35 = callPackage ../development/tools/parsing/flex/2.5.35.nix { };
flex_2_5_39 = callPackage ../development/tools/parsing/flex/2.5.39.nix { };
flex = flex_2_5_39;
m4 = gnum4;