acme.sh: fixup default.nix

This commit is contained in:
Robin B 2020-04-06 03:51:28 +02:00 committed by GitHub
parent 1d34740e0a
commit 2bc984ee86
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,7 +21,7 @@ stdenv.mkDerivation rec {
socat
openssl
curl
bind.dnsutils
dnsutils
(if stdenv.isLinux then iproute else unixtools.netstat)
]
}"