From aef777d2cb54068f3612af08bac3f5be184a592a Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 24 May 2026 18:51:34 +0700 Subject: [PATCH] larswm: drop --- pkgs/by-name/la/larswm/package.nix | 46 ------------------------------ pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 pkgs/by-name/la/larswm/package.nix diff --git a/pkgs/by-name/la/larswm/package.nix b/pkgs/by-name/la/larswm/package.nix deleted file mode 100644 index 73948297e8f5..000000000000 --- a/pkgs/by-name/la/larswm/package.nix +++ /dev/null @@ -1,46 +0,0 @@ -{ - lib, - stdenv, - fetchurl, - imake, - gccmakedep, - libx11, - libxext, - libxmu, -}: - -stdenv.mkDerivation (finalAttrs: { - pname = "larswm"; - version = "7.5.3"; - - src = fetchurl { - url = "mirror://sourceforge/larswm/larswm-${finalAttrs.version}.tar.gz"; - sha256 = "1xmlx9g1nhklxjrg0wvsya01s4k5b9fphnpl9zdwp29mm484ni3v"; - }; - - nativeBuildInputs = [ - imake - gccmakedep - ]; - buildInputs = [ - libx11 - libxext - libxmu - ]; - - makeFlags = [ - "BINDIR=$(out)/bin" - "MANPATH=$(out)/share/man" - ]; - installTargets = [ - "install" - "install.man" - ]; - - meta = { - homepage = "http://www.fnurt.net/larswm"; - description = "9wm-like tiling window manager"; - license = lib.licenses.free; - platforms = lib.platforms.linux; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 7bd18913e86f..b03a9045c186 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1080,6 +1080,7 @@ mapAliases { languageMachines.ucto = ucto; # Added 2025-10-7 languageMachines.uctodata = uctodata; # Added 2025-10-7 lanzaboote-tool = throw "lanzaboote-tool has been removed due to lack of integration maintenance with nixpkgs. Consider using the Nix expressions provided by https://github.com/nix-community/lanzaboote"; # Added 2025-07-23 + larswm = throw "'larswm' has been removed, as it is unmaintained upstream"; # Added 2026-05-24 larynx = throw "'larynx' has been renamed to/replaced by 'piper-tts'"; # Converted to throw 2025-10-27 lash = throw "'lash' has been removed, as it is unmaintained upstream"; # Added 2026-01-02 LAStools = lastools; # Added 2026-02-08