mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}:
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue