From e9b89ff8b42f95a8388b47b40726bea4abffea78 Mon Sep 17 00:00:00 2001 From: Leo THIVILLON <68474172+kernelb00t@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:53:02 +0200 Subject: [PATCH] whitesur-icon-theme: Remove blackPanelIcons option Removed the blackPanelIcons option from the package configuration. It is not supported by the installer anymore. See https://github.com/vinceliuice/WhiteSur-icon-theme/commit/f6cf571b4ed13af78a074ddd9838b09685024f0f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 --- pkgs/by-name/wh/whitesur-icon-theme/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/wh/whitesur-icon-theme/package.nix b/pkgs/by-name/wh/whitesur-icon-theme/package.nix index d5f83a72b7ca..31b620f635e2 100644 --- a/pkgs/by-name/wh/whitesur-icon-theme/package.nix +++ b/pkgs/by-name/wh/whitesur-icon-theme/package.nix @@ -6,7 +6,6 @@ hicolor-icon-theme, jdupes, boldPanelIcons ? false, - blackPanelIcons ? false, alternativeIcons ? false, themeVariants ? [ ], }: @@ -65,7 +64,6 @@ lib.checkListOfEnum "${pname}: theme variants" --theme ${builtins.toString themeVariants} \ ${lib.optionalString alternativeIcons "--alternative"} \ ${lib.optionalString boldPanelIcons "--bold"} \ - ${lib.optionalString blackPanelIcons "--black"} jdupes --link-soft --recurse $out/share