enchant1: remove

Unmaintained.
This commit is contained in:
Bobby Rong 2023-01-18 12:27:45 +08:00
parent ed0995f446
commit 6c1b113f4f
No known key found for this signature in database
3 changed files with 1 additions and 26 deletions

View File

@ -1,24 +0,0 @@
{ lib, stdenv, fetchurl, aspell, pkg-config, glib, hunspell, hspell }:
stdenv.mkDerivation rec {
version = "1.6.1";
pname = "enchant";
src = fetchurl {
url = "https://github.com/AbiWord/${pname}/releases/download/${pname}-1-6-1/${pname}-${version}.tar.gz";
sha256 = "1xg3m7mniyqyff8qv46jbfwgchb6di6qxdjnd5sfir7jzv0dkw5y";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ aspell glib hunspell hspell ];
meta = with lib; {
description = "Generic spell checking library";
homepage = "https://abiword.github.io/enchant";
platforms = platforms.unix;
badPlatforms = [ "x86_64-darwin" ];
license = licenses.lgpl21;
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}

View File

@ -420,6 +420,7 @@ mapAliases ({
emacsWithPackages = emacs.pkgs.withPackages; # Added 2020-12-18
enblendenfuse = throw "'enblendenfuse' has been renamed to/replaced by 'enblend-enfuse'"; # Converted to throw 2022-02-22
enchant1 = throw "enchant1 has been removed from nixpkgs, as it was unmaintained"; # Added 2023-01-18
encryptr = throw "encryptr was removed because it reached end of life"; # Added 2022-02-06
envdir = throw "envdir has been dropped due to the lack of maintenance from upstream since 2018"; # Added 2022-06-03
envelope = throw "envelope has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-05

View File

@ -19251,8 +19251,6 @@ with pkgs;
emanote = haskell.lib.compose.justStaticExecutables haskellPackages.emanote;
enchant1 = callPackage ../development/libraries/enchant/1.x.nix { };
enchant2 = callPackage ../development/libraries/enchant/2.x.nix { };
enchant = enchant2;