Skip to content

Commit 45ae66e

Browse files
committed
strongswan: build against apple-sdk_13
1 parent 28e4859 commit 45ae66e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/st/strongswan/package.nix

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
unbound,
2525
ldns,
2626
gmp,
27+
apple-sdk_13,
2728
nixosTests,
2829
enableNetworkManager ? false,
2930
enableTNC ? false,
@@ -163,6 +164,9 @@ stdenv.mkDerivation rec {
163164
++ lib.optionals (features.nm or false) [
164165
networkmanager
165166
glib
167+
]
168+
++ lib.optionals stdenv.hostPlatform.isDarwin [
169+
apple-sdk_13
166170
];
167171

168172
configureFlags = (lib.mapAttrsToList (lib.flip lib.enableFeature)) features ++ [

0 commit comments

Comments
 (0)