mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
l3afpad: remove
This commit is contained in:
parent
4b37f165fd
commit
19808ce7f0
@ -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";
|
||||
};
|
||||
}
|
@ -769,6 +769,7 @@ mapAliases ({
|
||||
|
||||
### 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
|
||||
LASzip = laszip; # Added 2024-06-12
|
||||
LASzip2 = laszip_2; # Added 2024-06-12
|
||||
|
@ -9792,8 +9792,6 @@ with pkgs;
|
||||
|
||||
leafpad = callPackage ../applications/editors/leafpad { };
|
||||
|
||||
l3afpad = callPackage ../applications/editors/l3afpad { };
|
||||
|
||||
leanblueprint = with python3Packages; toPythonApplication leanblueprint;
|
||||
|
||||
leanify = callPackage ../tools/misc/leanify { };
|
||||
|
Loading…
Reference in New Issue
Block a user