Skip to content

Commit

Permalink
openvpn: remove no longer correct systemd-notify.patch
Browse files Browse the repository at this point in the history
This patch was only necessary for 2.3.x, while 2.4.0 improved
its own systemd notify support.

See: #24817
  • Loading branch information
Mic92 committed Apr 11, 2017
1 parent 9ae8ce8 commit e09b950
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions pkgs/tools/networking/openvpn/default.nix
Expand Up @@ -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;
Expand Down
22 changes: 0 additions & 22 deletions pkgs/tools/networking/openvpn/systemd-notify.patch

This file was deleted.

0 comments on commit e09b950

Please sign in to comment.