mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
openvpn: 2.3.7 -> 2.3.8
This commit is contained in:
parent
baa24bc1a2
commit
cb1c818491
@ -3,11 +3,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openvpn-2.3.7";
|
name = "openvpn-2.3.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
|
url = "http://swupdate.openvpn.net/community/releases/${name}.tar.gz";
|
||||||
sha256 = "0vhl0ddpxqfibc0ah0ci7ix9bs0cn5shhmhijg550qpbdb6s80hz";
|
sha256 = "0lbw22qv3m0axhs13razr6b4x1p7jcpvf9rzb15b850wyvpka92k";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = optional stdenv.isLinux ./systemd-notify.patch;
|
patches = optional stdenv.isLinux ./systemd-notify.patch;
|
||||||
@ -21,6 +21,8 @@ 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