Skip to content

Commit

Permalink
libreswan: remove darwin from list of supported platforms
Browse files Browse the repository at this point in the history
See discussion at #101543. Currently,
this build depends on iproute2 which is not available on darwin. This might be
fixed in the future by employing iproute2mac.
  • Loading branch information
iblech committed Oct 24, 2020
1 parent 975db4f commit eff8479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/libreswan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://libreswan.org";
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
platforms = platforms.linux ++ platforms.darwin ++ platforms.freebsd;
platforms = platforms.linux ++ platforms.freebsd;
license = licenses.gpl2;
maintainers = [ maintainers.afranchuk ];
};
Expand Down

0 comments on commit eff8479

Please sign in to comment.