From 68500a2ae01eadefe7a1ed9eb3e199f3c885ec2b Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Fri, 16 Jan 2026 00:37:56 +0100 Subject: [PATCH] nofi: drop archived upstream --- pkgs/by-name/no/nofi/package.nix | 36 -------------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 pkgs/by-name/no/nofi/package.nix diff --git a/pkgs/by-name/no/nofi/package.nix b/pkgs/by-name/no/nofi/package.nix deleted file mode 100644 index 14521470e79d..000000000000 --- a/pkgs/by-name/no/nofi/package.nix +++ /dev/null @@ -1,36 +0,0 @@ -{ - lib, - rustPlatform, - fetchFromGitHub, - dbus, - pkg-config, -}: - -rustPlatform.buildRustPackage rec { - pname = "nofi"; - version = "0.2.4"; - - src = fetchFromGitHub { - owner = "ellsclytn"; - repo = "nofi"; - rev = "v${version}"; - hash = "sha256-hQYIcyNCxb8qVpseNsmjyPxlwbMxDpXeZ+H1vpv62rQ="; - }; - - cargoHash = "sha256-dWqMwS0TgspZqlpi8hhwtA7sbqGunw0FIqjJXOTiFKA="; - - nativeBuildInputs = [ pkg-config ]; - buildInputs = [ dbus ]; - - meta = { - description = "Interruption-free notification system for Linux"; - homepage = "https://github.com/ellsclytn/nofi/"; - changelog = "https://github.com/ellsclytn/nofi/raw/v${version}/CHANGELOG.md"; - license = [ - lib.licenses.asl20 # or - lib.licenses.mit - ]; - mainProgram = "nofi"; - maintainers = [ lib.maintainers.magnetophon ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index dd9ba3ff6253..4ce692c99451 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1238,6 +1238,7 @@ mapAliases { nixosTest = throw "'nixosTest' has been renamed to/replaced by 'testers.nixosTest'"; # Converted to throw 2025-10-27 nixStable = throw "'nixStable' has been renamed to/replaced by 'nixVersions.stable'"; # Converted to throw 2025-10-27 nm-tray = throw "'nm-tray' has been removed, as it only works with Plasma 5"; # Added 2025-08-30 + nofi = throw "'nofi' has been removed due to being archived upstream."; # Added 2026-01-16 nomacs-qt6 = nomacs; # Added 2025-08-30 norouter = throw "norouter has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-29 notary = throw "'notary' has been removed due to being archived upstream. Consider using 'notation' instead."; # Added 2025-11-13