l3afpad: remove

This commit is contained in:
aleksana 2024-09-14 22:37:30 +08:00
parent 4b37f165fd
commit 19808ce7f0
3 changed files with 1 additions and 28 deletions

View File

@ -1,26 +0,0 @@
{ lib, stdenv, intltool, pkg-config, gtk3, fetchFromGitHub
, autoreconfHook, wrapGAppsHook3 }:
stdenv.mkDerivation rec {
version = "unstable-2022-02-14";
pname = "l3afpad";
src = fetchFromGitHub {
owner = "stevenhoneyman";
repo = pname;
rev = "16f22222116b78b7f6a6fd83289937cdaabed624";
sha256 = "sha256-ly2w9jmRlprm/PnyC0LYjrxBVK+J0DLiSpzuTUMZpWA=";
};
nativeBuildInputs = [ pkg-config autoreconfHook wrapGAppsHook3 intltool ];
buildInputs = [ gtk3 ];
meta = with lib; {
description = "Simple text editor forked from Leafpad using GTK+ 3.x";
homepage = "https://github.com/stevenhoneyman/l3afpad";
platforms = platforms.linux;
maintainers = [ ];
license = licenses.gpl2;
mainProgram = "l3afpad";
};
}

View File

@ -769,6 +769,7 @@ mapAliases ({
### L ### ### L ###
l3afpad = throw "'l3afpad' has been removed due to lack of maintenance upstream. Consider using 'xfce.mousepad' instead"; # Added 2024-09-14
larynx = piper-tts; # Added 2023-05-09 larynx = piper-tts; # Added 2023-05-09
LASzip = laszip; # Added 2024-06-12 LASzip = laszip; # Added 2024-06-12
LASzip2 = laszip_2; # Added 2024-06-12 LASzip2 = laszip_2; # Added 2024-06-12

View File

@ -9792,8 +9792,6 @@ with pkgs;
leafpad = callPackage ../applications/editors/leafpad { }; leafpad = callPackage ../applications/editors/leafpad { };
l3afpad = callPackage ../applications/editors/l3afpad { };
leanblueprint = with python3Packages; toPythonApplication leanblueprint; leanblueprint = with python3Packages; toPythonApplication leanblueprint;
leanify = callPackage ../tools/misc/leanify { }; leanify = callPackage ../tools/misc/leanify { };