Skip to content

Commit

Permalink
knot-dns: fix kdig +tls broken in 2.6.0
Browse files Browse the repository at this point in the history
(cherry picked from commit c0e00ef)
  • Loading branch information
vcunat committed Oct 19, 2017
1 parent 2181a93 commit eeeee66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/servers/dns/knot-dns/default.nix
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, pkgconfig, gnutls, jansson, liburcu, lmdb, libcap_ng, libidn
, systemd, nettle, libedit, zlib, libiconv, libintlOrEmpty
, fetchpatch
}:

let inherit (stdenv.lib) optional optionals; in
Expand All @@ -14,6 +15,12 @@ stdenv.mkDerivation rec {
sha256 = "68e04961d0bf6ba193cb7ec658b295c4ff6e60b3754d64bcd77ebdcee0f283fd";
};

patches = [(fetchpatch { # remove for >= 2.6.1
name = "kdig-tls.patch";
url = "https://gitlab.labs.nic.cz/knot/knot-dns/commit/b72d5cd032795.diff";
sha256 = "0ig31rp82j49jh8n3s0dcf5abhh35mcp2k2wii7bh0c60ngb29k6";
})];

outputs = [ "bin" "out" "dev" ];

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit eeeee66

Please sign in to comment.