larswm: drop

This commit is contained in:
Harinn
2026-05-24 18:51:34 +07:00
parent 9dd9cfb239
commit aef777d2cb
2 changed files with 1 additions and 46 deletions
-46
View File
@@ -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;
};
})
+1
View File
@@ -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