mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
acme.sh: fixup default.nix
This commit is contained in:
parent
1d34740e0a
commit
2bc984ee86
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "acme.sh";
|
pname = "acme.sh";
|
||||||
version = "2.8.5";
|
version = "2.8.5";
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
socat
|
socat
|
||||||
openssl
|
openssl
|
||||||
curl
|
curl
|
||||||
bind.dnsutils
|
dnsutils
|
||||||
(if stdenv.isLinux then iproute else unixtools.netstat)
|
(if stdenv.isLinux then iproute else unixtools.netstat)
|
||||||
]
|
]
|
||||||
}"
|
}"
|
||||||
|
Loading…
Reference in New Issue
Block a user