From e77d4ecac28f14f79eb0df3261e98ad70500eea4 Mon Sep 17 00:00:00 2001 From: Demyan Rogozhin Date: Wed, 16 Sep 2020 22:45:09 +0200 Subject: [PATCH] react-native-debugger: fix build --- pkgs/development/tools/react-native-debugger/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/react-native-debugger/default.nix b/pkgs/development/tools/react-native-debugger/default.nix index f4cf500c2f9c..ff1b669a2532 100644 --- a/pkgs/development/tools/react-native-debugger/default.nix +++ b/pkgs/development/tools/react-native-debugger/default.nix @@ -71,7 +71,7 @@ in stdenv.mkDerivation rec { exec = "React\\ Native\\ Debugger"; desktopName = "React Native Debugger"; genericName = "React Native Debugger"; - categories = "Development;Tools;"; + categories = "Development;Debugger;"; }; meta = with stdenv.lib; {