about summary refs log tree commit diff
path: root/pkgs/applications/emulators/vice/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/vice/default.nix')
-rw-r--r--pkgs/applications/emulators/vice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/vice/default.nix b/pkgs/applications/emulators/vice/default.nix
index ca0de2f827663..13457823a23ed 100644
--- a/pkgs/applications/emulators/vice/default.nix
+++ b/pkgs/applications/emulators/vice/default.nix
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
     comment = "Commodore 64 emulator";
     desktopName = "VICE";
     genericName = "Commodore 64 emulator";
-    categories = "Emulator;";
+    categories = [ "Emulator" ];
   };
 
   preBuild = ''