whitesur-icon-theme: Remove blackPanelIcons option (#438177)

authored by pyrox.dev and committed by

GitHub 4a9c6a98 8757d9fc

-2
-2
pkgs/by-name/wh/whitesur-icon-theme/package.nix
··· 6 6 hicolor-icon-theme, 7 7 jdupes, 8 8 boldPanelIcons ? false, 9 - blackPanelIcons ? false, 10 9 alternativeIcons ? false, 11 10 themeVariants ? [ ], 12 11 }: ··· 65 64 --theme ${builtins.toString themeVariants} \ 66 65 ${lib.optionalString alternativeIcons "--alternative"} \ 67 66 ${lib.optionalString boldPanelIcons "--bold"} \ 68 - ${lib.optionalString blackPanelIcons "--black"} 69 67 70 68 jdupes --link-soft --recurse $out/share 71 69