Commit 19808ce7 authored by aleksana's avatar aleksana
Browse files

l3afpad: remove

parent 4b37f165
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
{ 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";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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 { };