dispad: drop (#395847)

This commit is contained in:
Yohann Boniface
2025-04-26 00:21:27 +02:00
committed by GitHub
2 changed files with 1 additions and 35 deletions
-35
View File
@@ -1,35 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
libX11,
libXi,
libconfuse,
}:
stdenv.mkDerivation rec {
pname = "dispad";
version = "0.3.1";
src = fetchFromGitHub {
owner = "BlueDragonX";
repo = "dispad";
rev = "v${version}";
hash = "sha256-PtwvaNtnCm3Y+6vlxPDc21RyIA2v3vkMOHpoGFxNFng=";
};
buildInputs = [
libX11
libXi
libconfuse
];
meta = with lib; {
description = "Small daemon for disabling trackpads while typing";
homepage = "https://github.com/BlueDragonX/dispad";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ zimbatm ];
platforms = platforms.linux;
mainProgram = "dispad";
};
}
+1
View File
@@ -509,6 +509,7 @@ mapAliases {
dibbler = throw "dibbler was removed because it is not maintained anymore"; # Added 2024-05-14
dillong = throw "'dillong' has been removed, as upstream is abandoned since 2021-12-13. Use either 'dillo' or 'dillo-plus'. The latter integrates features from dillong."; # Added 2024-10-07
diskonaut = throw "'diskonaut' was removed due to lack of upstream maintenance"; # Added 2025-01-25
dispad = throw "dispad has been remove because it doesn't compile and has been unmaintained since 2014"; # Added 2025-04-25
dleyna-core = dleyna; # Added 2025-04-19
dleyna-connector-dbus = dleyna; # Added 2025-04-19
dleyna-renderer = dleyna; # Added 2025-04-19