knot-dns: remove unused dependency
https://gitlab.labs.nic.cz/knot/knot-dns/issues/559
This commit is contained in:
parent
2ebcf7dba4
commit
1435ace4e4
@ -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
|
, systemd, nettle, libedit, zlib, libiconv, libintlOrEmpty
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gnutls jansson liburcu libidn
|
gnutls liburcu libidn
|
||||||
nettle libedit
|
nettle libedit
|
||||||
libiconv lmdb
|
libiconv lmdb
|
||||||
# without sphinx &al. for developer documentation
|
# without sphinx &al. for developer documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user