summary refs log tree commit diff
path: root/pkgs/development/tools/react-native-debugger/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/react-native-debugger/default.nix')
-rw-r--r--pkgs/development/tools/react-native-debugger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/react-native-debugger/default.nix b/pkgs/development/tools/react-native-debugger/default.nix
index ea842c82089..ee03e043dd8 100644
--- a/pkgs/development/tools/react-native-debugger/default.nix
+++ b/pkgs/development/tools/react-native-debugger/default.nix
@@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
     exec = "react-native-debugger";
     desktopName = "React Native Debugger";
     genericName = "React Native Debugger";
-    categories = "Development;Debugger;";
+    categories = [ "Development" "Debugger" ];
   };
 
   meta = with lib; {