knot-dns: 3.1.0 -> 3.1.1

https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.1.1
This commit is contained in:
Vladimír Čunát 2021-08-10 10:16:48 +02:00
parent 70b69cdcc2
commit b1655a0c1c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.1.0";
version = "3.1.1";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "54323712e3cbc3d4c70a15777818fd2ff0de30cebb6c22e2946372b15b2653ed";
sha256 = "75bfb1acaca774ed3dd781dc74780298dc0fd51b54e4b61015e7487d6cd2067c";
};
outputs = [ "bin" "out" "dev" ];
@ -27,12 +27,6 @@ stdenv.mkDerivation rec {
./runtime-deps.patch
];
# Disable knotd journal tests on platforms that don't use 4k sysconf(_SC_PAGESIZE).
# The journal most likely works fine, but some of the tests currently don't.
postPatch = lib.optionalString (doCheck && stdenv.isDarwin && stdenv.isAarch64) ''
sed '/^\tknot\/test_journal\>/d' -i tests/Makefile.am
'';
nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [
gnutls liburcu libidn2 libunistring