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:
parent
94a7e2b441
commit
31e5abf788
|
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
|
|||
--enable-systemd
|
||||
--enable-iproute2
|
||||
IPROUTE=${iproute}/sbin/ip
|
||||
'' + optionalString stdenv.isDarwin ''
|
||||
--disable-plugin-auth-pam
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue