signaldctl: drop

This commit is contained in:
Niklas Korz
2025-05-17 15:22:54 +02:00
parent 9958792cae
commit 1cfcd51cf1
2 changed files with 1 additions and 42 deletions
-42
View File
@@ -1,42 +0,0 @@
{
lib,
buildGoModule,
fetchFromGitLab,
gitUpdater,
}:
buildGoModule rec {
pname = "signaldctl";
version = "0.6.1";
src = fetchFromGitLab {
owner = "signald";
repo = "signald-go";
rev = "v${version}";
hash = "sha256-lMJyr4BPZ8V2f//CUkr7CVQ6o8nRyeLBHMDEyLcHSgQ=";
};
vendorHash = "sha256-LGIWAVhDJCg6Ox7U4ZK15K8trjsvSZm4/0jNpIDmG7I=";
installPhase = ''
runHook preInstall
mkdir -p $out/bin
# install only the binary and not any intermediate artifacts like
# `generators` which is only used during build
cp "$GOPATH/bin/signaldctl" $out/bin
runHook postInstall
'';
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = with lib; {
description = "Golang library for communicating with signald";
mainProgram = "signaldctl";
homepage = "https://signald.org/signaldctl/";
license = licenses.gpl3;
maintainers = with maintainers; [ colinsane ];
};
}
+1
View File
@@ -1687,6 +1687,7 @@ mapAliases {
shell-hist = throw "'shell-hist' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
shipyard = jumppad; # Added 2023-06-06
siduck76-st = st-snazzy; # Added 2024-12-24
signaldctl = throw "'signaldctl' has been removed due to lack of upstream maintenance"; # Added 2025-05-17
signal-desktop-beta = throw "signal-desktop-beta has been removed to make the signal-desktop package easier to maintain";
signal-desktop-source = lib.warnOnInstantiate "'signal-desktop-source' is now exposed at 'signal-desktop'." signal-desktop; # Added 2025-04-16
silc_server = throw "'silc_server' has been removed because it is unmaintained"; # Added 2025-05-12