mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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; })
|
||||
else null;
|
||||
|
||||
ipsecTools = callPackage ../os-specific/linux/ipsec-tools { };
|
||||
ipsecTools = callPackage ../os-specific/linux/ipsec-tools { flex = flex_2_5_35; };
|
||||
|
||||
patch = gnupatch;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user