summary refs log tree commit diff
path: root/pkgs/tools/graphics/xcolor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/xcolor/default.nix')
-rw-r--r--pkgs/tools/graphics/xcolor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/xcolor/default.nix b/pkgs/tools/graphics/xcolor/default.nix
index 707e9a95a12..1ef2c807bde 100644
--- a/pkgs/tools/graphics/xcolor/default.nix
+++ b/pkgs/tools/graphics/xcolor/default.nix
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
       desktopName = "XColor";
       comment = "Select colors visible anywhere on the screen to get their RGB representation";
       icon = "xcolor";
-      categories = "Graphics;";
+      categories = [ "Graphics" ];
     })
   ];