ltwheelconf: drop

Upstream is gone, the code was ancient and the readme contained a message stating that all wheels are now (13 years ago) supported directly by the kernel
This commit is contained in:
patka 2025-05-07 19:11:07 +02:00
parent c328e3ee9e
commit cd92df7002
No known key found for this signature in database
2 changed files with 1 additions and 36 deletions

View file

@ -1,36 +0,0 @@
{
lib,
stdenv,
libusb1,
pkg-config,
fetchFromGitHub,
}:
stdenv.mkDerivation {
pname = "ltwheelconf";
version = "0.2.7";
src = fetchFromGitHub {
owner = "thk";
repo = "ltwheelconf";
rev = "df55451f059d593b0259431662612ab5c2bef859";
sha256 = "1fsz7k73yln987gcx1jvb5irxfbp1x2c457a60a8yap27nkp5y2w";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libusb1 ];
installPhase = ''
mkdir -p $out/bin
cp ltwheelconf $out/bin
'';
meta = with lib; {
homepage = "https://github.com/thk/LTWheelConf";
description = "Logitech wheels configuration tool";
license = licenses.gpl3;
maintainers = [ maintainers.ebzzry ];
platforms = platforms.linux;
mainProgram = "ltwheelconf";
};
}

View file

@ -1104,6 +1104,7 @@ mapAliases {
loc = throw "'loc' has been removed due to lack of upstream maintenance. Consider 'tokei' as an alternative."; # Added 2025-01-25
loco-cli = loco; # Added 2025-02-24
loop = throw "'loop' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
ltwheelconf = throw "'ltwheelconf' has been removed because it is obsolete"; # Added 2025-05-07
luna-icons = throw "luna-icons has been removed as it was removed upstream"; # Added 2024-10-29
lucene = throw "lucene has been removed since it was both wildly out of date and was not even built properly for 4 years"; # Added 2025-04-10
lv_img_conv = throw "'lv_img_conv' has been removed from nixpkgs as it is broken"; # Added 2024-06-18