whitesur-icon-theme: Remove blackPanelIcons option (#438177)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user