openvpn: remove no longer correct systemd-notify.patch

This patch was only necessary for 2.3.x, while 2.4.0 improved
its own systemd notify support.

See: https://github.com/NixOS/nixpkgs/issues/24817
This commit is contained in:
Jörg Thalheim
2017-04-11 08:51:56 +02:00
parent 9ae8ce813e
commit e09b950f54
2 changed files with 0 additions and 24 deletions
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
sha256 = "0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg";
};
patches = optional stdenv.isLinux ./systemd-notify.patch;
buildInputs = [ lzo openssl pkgconfig ]
++ optionals stdenv.isLinux [ pam systemd iproute ]
++ optional pkcs11Support pkcs11helper;