openvpn: Enable building on Darwin

wip/yesman
John Wiegley 9 years ago
parent 94a7e2b441
commit 31e5abf788
  1. 2
      pkgs/tools/networking/openvpn/default.nix

@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
--enable-systemd
--enable-iproute2
IPROUTE=${iproute}/sbin/ip
'' + optionalString stdenv.isDarwin ''
--disable-plugin-auth-pam
'';
postInstall = ''

Loading…
Cancel
Save