namazu: drop

The software build has failed. It has no maintainer, the upstream project has not been updated for years, and it is difficult to maintain. It should be removed.
This commit is contained in:
qzylinra
2025-08-25 10:19:12 +08:00
parent b8e538eabf
commit 90c912cecc
2 changed files with 1 additions and 46 deletions
-46
View File
@@ -1,46 +0,0 @@
{
fetchurl,
lib,
stdenv,
perl,
perlPackages,
makeWrapper,
}:
stdenv.mkDerivation rec {
pname = "namazu";
version = "2.0.21";
src = fetchurl {
url = "http://namazu.org/stable/${pname}-${version}.tar.gz";
sha256 = "1xvi7hrprdchdpzhg3fvk4yifaakzgydza5c0m50h1yvg6vay62w";
};
buildInputs = [
perl
perlPackages.FileMMagic
];
nativeBuildInputs = [ makeWrapper ];
postInstall = ''
wrapProgram $out/bin/mknmz --set PERL5LIB ${
perlPackages.makeFullPerlPath [ perlPackages.FileMMagic ]
}
'';
meta = {
description = "Full-text search engine";
longDescription = ''
Namazu is a full-text search engine intended for easy use. Not
only does it work as a small or medium scale Web search engine,
but also as a personal search system for email or other files.
'';
license = lib.licenses.gpl2Plus;
homepage = "http://namazu.org/";
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
maintainers = [ ];
};
}
+1
View File
@@ -1590,6 +1590,7 @@ mapAliases {
### N ###
namazu = throw "namazu has been removed, as it was broken"; # Added 2025-08-25
ncdu_2 = ncdu; # Added 2022-07-22
neocities-cli = neocities; # Added 2024-07-31
neocomp = throw "neocomp has been remove because it fails to build and was unmaintained upstream"; # Added 2025-04-28