openvpn: Enable building on Darwin
This commit is contained in:
parent
94a7e2b441
commit
31e5abf788
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
--enable-systemd
|
--enable-systemd
|
||||||
--enable-iproute2
|
--enable-iproute2
|
||||||
IPROUTE=${iproute}/sbin/ip
|
IPROUTE=${iproute}/sbin/ip
|
||||||
'' + optionalString stdenv.isDarwin ''
|
|
||||||
--disable-plugin-auth-pam
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user