From 1cebb71aca1161f59e9db2fa9ca02c73e4dcd0b1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 22 Jul 2026 18:44:41 +0200 Subject: [PATCH] dracula-theme: remove Depends on gtk-engine-murrine, which is being removed from nixpkgs. --- pkgs/by-name/dr/dracula-theme/package.nix | 58 ----------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 pkgs/by-name/dr/dracula-theme/package.nix diff --git a/pkgs/by-name/dr/dracula-theme/package.nix b/pkgs/by-name/dr/dracula-theme/package.nix deleted file mode 100644 index 44c708d3252a..000000000000 --- a/pkgs/by-name/dr/dracula-theme/package.nix +++ /dev/null @@ -1,58 +0,0 @@ -{ - lib, - stdenvNoCC, - fetchFromGitHub, - unstableGitUpdater, - gtk-engine-murrine, -}: - -let - themeName = "Dracula"; - version = "4.0.0-unstable-2026-03-01"; -in -stdenvNoCC.mkDerivation { - pname = "dracula-theme"; - inherit version; - - src = fetchFromGitHub { - owner = "dracula"; - repo = "gtk"; - rev = "1188c8eabdfc33c42738862b91caf7fab884c767"; - hash = "sha256-Z3dMgkk5SvpCWjxdm8hd5FBeEvq0uCJuj3zC5boQEdk="; - }; - - propagatedUserEnvPkgs = [ - gtk-engine-murrine - ]; - - installPhase = '' - runHook preInstall - mkdir -p $out/share/themes/${themeName} - cp -a {assets,cinnamon,gnome-shell,gtk-2.0,gtk-3.0,gtk-3.20,gtk-4.0,index.theme,metacity-1,unity,xfwm4} $out/share/themes/${themeName} - - cp -a kde/{color-schemes,plasma} $out/share/ - cp -a kde/kvantum $out/share/Kvantum - mkdir -p $out/share/aurorae/themes - cp -a kde/aurorae/* $out/share/aurorae/themes/ - mkdir -p $out/share/sddm/themes - cp -a kde/sddm/* $out/share/sddm/themes/ - - mkdir -p $out/share/icons/Dracula-cursors - mv kde/cursors/Dracula-cursors/index.theme $out/share/icons/Dracula-cursors/cursor.theme - mv kde/cursors/Dracula-cursors/cursors $out/share/icons/Dracula-cursors/cursors - - runHook postInstall - ''; - - passthru.updateScript = unstableGitUpdater { - tagPrefix = "v"; - }; - - meta = { - description = "Dracula variant of the Ant theme"; - homepage = "https://github.com/dracula/gtk"; - license = lib.licenses.gpl3; - platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ alexarice ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 981d830fbca0..ac2521d84374 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -704,6 +704,7 @@ mapAliases { dotnetfx40 = throw "'dotnetfx40' has been removed because it was unmaintained in Nixpkgs"; # Added 2026-01-27 dotty = throw "'dotty' has been renamed to/replaced by 'scala_3'"; # Converted to throw 2025-10-27 dovecot_fts_xapian = throw "'dovecot_fts_xapian' has been removed because it was unmaintained in Nixpkgs. Consider using dovecot-fts-flatcurve instead"; # Added 2025-08-16 + dracula-theme = throw "'dracula-theme' has been removed because it depended on 'gtk-engine-murrine', which was removed because it was unmaintained upstream and depended on GTK 2."; # Added 2026-07-22 drone-runner-exec = throw "'drone-runner-exec' has been removed as it was deprecated and archived upstream."; # Added 2026-07-20 dsd = throw "dsd has been removed, as it was broken and lack of upstream maintenance"; # Added 2025-08-25 dtv-scan-tables_linuxtv = throw "'dtv-scan-tables_linuxtv' has been renamed to/replaced by 'dtv-scan-tables'"; # Converted to throw 2025-10-27