mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
Merge pull request #84412 from coderobe/patch-1
acme.sh: add bind.dnsutils to PATH
This commit is contained in:
commit
7d4d98c227
|
@ -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)
|
||||
]
|
||||
}"
|
||||
|
|
Loading…
Reference in a new issue