Skip to content

Commit

Permalink
knot-dns: remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 13, 2017
1 parent 2ebcf7d commit 1435ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gnutls, jansson, liburcu, lmdb, libcap_ng, libidn
{ stdenv, fetchurl, pkgconfig, gnutls, liburcu, lmdb, libcap_ng, libidn
, systemd, nettle, libedit, zlib, libiconv, libintlOrEmpty
}:

Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ pkgconfig ];
buildInputs = [
gnutls jansson liburcu libidn
gnutls liburcu libidn
nettle libedit
libiconv lmdb
# without sphinx &al. for developer documentation
Expand Down

0 comments on commit 1435ace

Please sign in to comment.