acme.sh: add bind.dnsutils to PATH

This is required for nsupdate
This commit is contained in:
Robin B 2020-04-06 02:45:01 +02:00 committed by GitHub
parent 3da7656ad9
commit 1d34740e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
socat
openssl
curl
bind.dnsutils
(if stdenv.isLinux then iproute else unixtools.netstat)
]
}"