From 007d3e9c63cd84675f92cf2bd9ef27a07cf43eec Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Thu, 27 Mar 2025 20:06:41 +0100 Subject: [PATCH] devdash: remove Signed-off-by: Paul Meyer --- pkgs/by-name/de/devdash/package.nix | 52 ----------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 pkgs/by-name/de/devdash/package.nix diff --git a/pkgs/by-name/de/devdash/package.nix b/pkgs/by-name/de/devdash/package.nix deleted file mode 100644 index 62d8e4f83ae0..000000000000 --- a/pkgs/by-name/de/devdash/package.nix +++ /dev/null @@ -1,52 +0,0 @@ -{ - lib, - buildGo122Module, - fetchFromGitHub, - nix-update-script, - coreutils, -}: - -buildGo122Module rec { - pname = "devdash"; - version = "0.5.0"; - - src = fetchFromGitHub { - owner = "Phantas0s"; - repo = "devdash"; - tag = "v${version}"; - hash = "sha256-RUPpgMVl9Cm8uhztdfKnuQ6KdMn9m9PewlT59NnTSiY="; - }; - - vendorHash = "sha256-xuc8rAkyCInNFxs5itwabqBe4CPg/sAuhcTJsapx7Q8="; - - ldflags = [ - "-s -w" - "-X github.com/Phantas0s/devdash/cmd.current=${version}" - "-X github.com/Phantas0s/devdash/cmd.buildDate=1970-01-01-00:00:01" - ]; - - patchPhase = '' - runHook prePatch - - shopt -s globstar - substituteInPlace **/*.go --replace '"/bin/' '"/usr/bin/env ' - shopt -u globstar - - runHook postPatch - ''; - - runtimeDependencies = [ - coreutils - ]; - - passthru.updateScript = nix-update-script { }; - - meta = { - description = "Highly configurable terminal dashboard for developers and creators"; - homepage = "https://github.com/Phantas0s/devdash"; - changelog = "https://github.com/Phantas0s/devdash/blob/v${version}/CHANGELOG.md"; - maintainers = with lib.maintainers; [ h7x4 ]; - license = lib.licenses.asl20; - mainProgram = "devdash"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 72f7ad96e985..b0ada8d84973 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -493,6 +493,7 @@ mapAliases { deltachat-electron = throw "'deltachat-electron' has been renamed to/replaced by 'deltachat-desktop'"; # Converted to throw 2024-10-17 demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18 + devdash = throw "'devdash' has been removed as the upstream project was archived"; # Added 2025-03-27 dgsh = throw "'dgsh' has been removed, as it was broken and unmaintained"; # added 2024-05-09 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