python3Packages.spyder: unbreak package

- by removed removed "Editor" category from categories arg to
  makeDesktopItem
This commit is contained in:
Ben Darwin 2020-04-01 13:09:16 -04:00 committed by Jon
parent 53b318564e
commit 2d50f3e27e

View File

@ -35,7 +35,7 @@ buildPythonPackage rec {
comment = "Scientific Python Development Environment";
desktopName = "Spyder";
genericName = "Python IDE";
categories = "Application;Development;Editor;IDE;";
categories = "Application;Development;IDE;";
};
postPatch = ''