3
0
Fork 0
forked from mirrors/nixpkgs

react-native-debugger: fix build

This commit is contained in:
Demyan Rogozhin 2020-09-16 22:45:09 +02:00
parent 8a715e2522
commit e77d4ecac2
No known key found for this signature in database
GPG key ID: 14960E5365C3F2D1

View file

@ -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; {