nsd: fix withSystemd = false config, add myself as maintainer (#489566)

This commit is contained in:
Wolfgang Walther
2026-05-13 10:59:11 +00:00
committed by GitHub
+2 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-+ezCz3m6UFgPLfYpGO/EQAhMW/EQV9tEwZqpZDzUteg=";
};
nativeBuildInputs = lib.optionals withSystemd [
nativeBuildInputs = [
pkg-config
];
@@ -90,5 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Authoritative only, high performance, simple and open source name server";
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ruuda ];
};
})