gnu: strongswan: Adjust to renamed tzdata input.
* gnu/packages/networking.scm (strongswan)[native-inputs]: Replace TZDATA-2017A with TZDATA-FOR-TESTS.
This commit is contained in:
parent
bee7bb315c
commit
1bab734085
|
@ -1618,7 +1618,7 @@ displays the results in real time.")
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("coreutils" ,coreutils)
|
`(("coreutils" ,coreutils)
|
||||||
("tzdata" ,tzdata-2017a)))
|
("tzdata" ,tzdata-for-tests)))
|
||||||
(synopsis "IKEv1/v2 keying daemon")
|
(synopsis "IKEv1/v2 keying daemon")
|
||||||
(description "StrongSwan is an IPsec implementation originally based upon
|
(description "StrongSwan is an IPsec implementation originally based upon
|
||||||
the FreeS/WAN project. It contains support for IKEv1, IKEv2, MOBIKE, IPv6,
|
the FreeS/WAN project. It contains support for IKEv1, IKEv2, MOBIKE, IPv6,
|
||||||
|
|
Loading…
Reference in New Issue