gradm: Attempt to fix build failure by using older flex

Thanks to @thoughtpolice for noticing and suggesting the fix!
This commit is contained in:
Ricardo M. Correia 2014-04-11 16:36:02 +02:00
parent 2396e9d036
commit b8a6eef6fa

View File

@ -6817,7 +6817,9 @@ let
gpm = callPackage ../servers/gpm { };
gradm = callPackage ../os-specific/linux/gradm { };
gradm = callPackage ../os-specific/linux/gradm {
flex = flex_2_5_35;
};
hdparm = callPackage ../os-specific/linux/hdparm { };