nofi: drop

archived upstream
This commit is contained in:
Bart Brouns
2026-01-16 00:37:56 +01:00
parent 7dc35107fa
commit 68500a2ae0
2 changed files with 1 additions and 36 deletions
-36
View File
@@ -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 ];
};
}
+1
View File
@@ -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