From 31fc844e0bd4597e107b5364785bbf33b1664318 Mon Sep 17 00:00:00 2001 From: Xiangyan Sun Date: Fri, 17 Apr 2026 02:07:00 -0700 Subject: [PATCH] notify-osd-customizable: drop --- .../no/notify-osd-customizable/package.nix | 60 ------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 60 deletions(-) delete mode 100644 pkgs/by-name/no/notify-osd-customizable/package.nix diff --git a/pkgs/by-name/no/notify-osd-customizable/package.nix b/pkgs/by-name/no/notify-osd-customizable/package.nix deleted file mode 100644 index 38ba69f7bcc5..000000000000 --- a/pkgs/by-name/no/notify-osd-customizable/package.nix +++ /dev/null @@ -1,60 +0,0 @@ -{ - lib, - stdenv, - dbus-glib, - fetchurl, - glib, - gnome-common, - libnotify, - libtool, - libwnck, - makeWrapper, - pkg-config, - gsettings-desktop-schemas, -}: - -let - baseURI = "https://launchpad.net/~leolik/+archive/leolik"; -in -stdenv.mkDerivation (finalAttrs: { - pname = "notify-osd"; - version = "0.9.35+16.04.20160415"; - - src = fetchurl { - url = "${baseURI}/+files/notify-osd_${finalAttrs.version}-0ubuntu1-leolik~ppa0.tar.gz"; - sha256 = "026dr46jh3xc4103wnslzy7pxbxkkpflh52c59j8vzwaa7bvvzkv"; - name = "notify-osd-customizable.tar.gz"; - }; - - preConfigure = "./autogen.sh --libexecdir=$(out)/bin"; - - nativeBuildInputs = [ - pkg-config - makeWrapper - libtool - ]; - buildInputs = [ - glib - libwnck - libnotify - dbus-glib - gsettings-desktop-schemas - gnome-common - ]; - - configureFlags = [ "--libexecdir=$(out)/bin" ]; - - preFixup = '' - wrapProgram "$out/bin/notify-osd" \ - --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" - ''; - - meta = { - description = "Daemon that displays passive pop-up notifications"; - mainProgram = "notify-osd"; - homepage = "https://launchpad.net/notify-osd"; - license = lib.licenses.gpl3; - maintainers = [ lib.maintainers.imalison ]; - platforms = lib.platforms.linux; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 76007cb15d3c..a14b97518c91 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1483,6 +1483,7 @@ mapAliases { 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 notes-up = throw "'notes-up' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09 + notify-osd-customizable = throw "'notify-osd-customizable' has been removed as it was broken and unmaintained"; # Added 2026-04-17 notify-sharp = throw "'notify-sharp' has been removed as it was unmaintained and depends on deprecated dbus-sharp versions"; # Added 2025-08-25 noto-fonts-emoji = throw "'noto-fonts-emoji' has been renamed to/replaced by 'noto-fonts-color-emoji'"; # Converted to throw 2025-10-27 noto-fonts-extra = throw "'noto-fonts-extra' has been renamed to/replaced by 'noto-fonts'"; # Converted to throw 2025-10-27