Merge pull request #84412 from coderobe/patch-1

acme.sh: add bind.dnsutils to PATH
This commit is contained in:
edef 2020-04-10 16:08:01 +00:00 committed by GitHub
commit 7d4d98c227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute, unixtools }:
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute, unixtools, dnsutils }:
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "2.8.5";
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
socat
openssl
curl
dnsutils
(if stdenv.isLinux then iproute else unixtools.netstat)
]
}"