stunnel: remove stunnel3 wrapper

This commit is contained in:
Jörg Thalheim 2018-12-14 08:19:39 +00:00
parent 19e14c44f0
commit 1122901b97
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
];
postInstall = ''
# remove legacy compatibility-wrapper that would require perl
rm $out/bin/stunnel3
'';
installFlags = [
"sysconfdir=\${out}/etc"
"localstatedir=\${TMPDIR}"