ndjbdns: drop

This commit is contained in:
Justin Restivo
2026-01-02 07:29:07 -05:00
parent 322fdfcdbd
commit 2163d28d34
2 changed files with 1 additions and 38 deletions
-38
View File
@@ -1,38 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
autoreconfHook,
systemd,
pkg-config,
}:
stdenv.mkDerivation {
version = "1.06";
pname = "ndjbdns";
src = fetchFromGitHub {
owner = "pjps";
repo = "ndjbdns";
rev = "64d371b6f887621de7bf8bd495be10442b2accd0";
sha256 = "0gjyvn8r66kp49gasd6sqfvg2pj0c6v67hnq7cqwl04kj69rfy86";
};
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [ ] ++ lib.optional stdenv.hostPlatform.isLinux systemd;
meta = {
description = "Brand new release of the Djbdns";
longDescription = ''
Djbdns is a fullyfledged Domain Name System(DNS), originally written by the eminent author of qmail, Dr. D J Bernstein.
'';
homepage = "http://pjp.dgplug.org/ndjbdns/";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
}
+1
View File
@@ -1116,6 +1116,7 @@ mapAliases {
nasc = throw "'nasc' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09
nats-streaming-server = throw "'nats-streaming-server' has been removed as critical bug fixes and security fixes will no longer be performed as of June of 2023"; # Added 2025-10-13
ncdu_2 = throw "'ncdu_2' has been renamed to/replaced by 'ncdu'"; # Converted to throw 2025-10-27
ndjbdns = throw "'ndjbdns' has been removed as it has been pulled upstream"; # Added 2025-12-18
near-cli = throw "'near-cli' has been removed as upstream has deprecated it and archived the source code repo"; # Added 2025-11-10
neardal = throw "neardal has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-29
nekoray = lib.warnOnInstantiate "nekoray has been renamed to throne" throne; # Added 2025-11-10