mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
stunnel: remove stunnel3 wrapper
This commit is contained in:
parent
19e14c44f0
commit
1122901b97
|
@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# remove legacy compatibility-wrapper that would require perl
|
||||||
|
rm $out/bin/stunnel3
|
||||||
|
'';
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"sysconfdir=\${out}/etc"
|
"sysconfdir=\${out}/etc"
|
||||||
"localstatedir=\${TMPDIR}"
|
"localstatedir=\${TMPDIR}"
|
||||||
|
|
Loading…
Reference in a new issue