gradm: Attempt to fix build failure by using older flex
Thanks to @thoughtpolice for noticing and suggesting the fix!
This commit is contained in:
parent
2396e9d036
commit
b8a6eef6fa
@ -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 { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user