pell: drop

This commit is contained in:
Gutyina Gergő
2025-12-22 18:11:23 +01:00
parent dcb2b9e09c
commit 96aa7a295d
2 changed files with 1 additions and 47 deletions
-47
View File
@@ -1,47 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
scsh,
sox,
libnotify,
}:
stdenv.mkDerivation {
pname = "pell";
version = "0.0.4";
src = fetchFromGitHub {
owner = "ebzzry";
repo = "pell";
rev = "3b8a9a59c4a8671705805edb7be7c35b1654971f";
sha256 = "0k8m1lv2kyrs8fylxmbgxg3jn65g57frf2bndc82gkr5svwb554a";
};
installPhase = ''
mkdir -p $out/bin
mkdir -p $out/share
cp pell $out/bin
cp resources/online.mp3 $out/share
cp resources/offline.mp3 $out/share
chmod +x $out/bin/pell
'';
postFixup = ''
substituteInPlace $out/bin/pell --replace "/usr/bin/env scsh" "${scsh}/bin/scsh"
substituteInPlace $out/bin/pell --replace "(play " "(${sox}/bin/play "
substituteInPlace $out/bin/pell --replace "(notify-send " "(${libnotify}/bin/notify-send "
substituteInPlace $out/bin/pell --replace "/usr/share/pell/online.mp3" "$out/share/online.mp3"
substituteInPlace $out/bin/pell --replace "/usr/share/pell/offline.mp3" "$out/share/offline.mp3"
'';
meta = {
homepage = "https://github.com/ebzzry/pell";
description = "Simple host availability monitor";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
mainProgram = "pell";
};
dontBuild = true;
}
+1
View File
@@ -1271,6 +1271,7 @@ mapAliases {
pds = warnAlias "'pds' has been renamed to 'bluesky-pds'" bluesky-pds; # Added 2025-08-20
pdsadmin = warnAlias "'pdsadmin' has been renamed to 'bluesky-pdsadmin'" bluesky-pdsadmin; # Added 2025-08-20
peach = throw "'peach' has been renamed to/replaced by 'asouldocs'"; # Converted to throw 2025-10-27
pell = throw "'pell' has been removed as it is unused and unmaintained upstream"; # Added 2025-12-18
pentablet-driver = throw "'pentablet-driver' has been renamed to/replaced by 'xp-pen-g430-driver'"; # Converted to throw 2025-10-27
perceptual-diff = throw "perceptual-diff was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23
percona-server_innovation = throw "'percona-server_innovation' has been renamed to/replaced by 'percona-server'"; # Converted to throw 2025-10-27