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 hicolor-icon-theme, 7 jdupes, 8 boldPanelIcons ? false, 9 - blackPanelIcons ? false, 10 alternativeIcons ? false, 11 themeVariants ? [ ], 12 }: ··· 65 --theme ${builtins.toString themeVariants} \ 66 ${lib.optionalString alternativeIcons "--alternative"} \ 67 ${lib.optionalString boldPanelIcons "--bold"} \ 68 - ${lib.optionalString blackPanelIcons "--black"} 69 70 jdupes --link-soft --recurse $out/share 71
··· 6 hicolor-icon-theme, 7 jdupes, 8 boldPanelIcons ? false, 9 alternativeIcons ? false, 10 themeVariants ? [ ], 11 }: ··· 64 --theme ${builtins.toString themeVariants} \ 65 ${lib.optionalString alternativeIcons "--alternative"} \ 66 ${lib.optionalString boldPanelIcons "--bold"} \ 67 68 jdupes --link-soft --recurse $out/share 69