ipsec-tools: fix build by passing old version of flex
This commit is contained in:
parent
e35c2f6d4c
commit
846906fc53
@ -1679,7 +1679,7 @@ let
|
|||||||
{ hurd = gnu.hurdCrossIntermediate; })
|
{ hurd = gnu.hurdCrossIntermediate; })
|
||||||
else null;
|
else null;
|
||||||
|
|
||||||
ipsecTools = callPackage ../os-specific/linux/ipsec-tools { };
|
ipsecTools = callPackage ../os-specific/linux/ipsec-tools { flex = flex_2_5_35; };
|
||||||
|
|
||||||
patch = gnupatch;
|
patch = gnupatch;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user