From 1d34740e0ade2a645a4e37f43537dd510820b9a9 Mon Sep 17 00:00:00 2001
From: Robin B <robin@broda.me>
Date: Mon, 6 Apr 2020 02:45:01 +0200
Subject: [PATCH] acme.sh: add bind.dnsutils to PATH

This is required for nsupdate
---
 pkgs/tools/admin/acme.sh/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgs/tools/admin/acme.sh/default.nix b/pkgs/tools/admin/acme.sh/default.nix
index 25a92f1117bb..84936cdb1d5c 100644
--- a/pkgs/tools/admin/acme.sh/default.nix
+++ b/pkgs/tools/admin/acme.sh/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
           socat
           openssl
           curl
+          bind.dnsutils
           (if stdenv.isLinux then iproute else unixtools.netstat)
         ]
       }"