1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

openvpn: Enable building on Darwin

This commit is contained in:
John Wiegley 2015-12-03 13:12:49 -05:00
parent 94a7e2b441
commit 31e5abf788

View file

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