python3Packages.spyder: unbreak package
- by removed removed "Editor" category from categories arg to makeDesktopItem
This commit is contained in:
parent
53b318564e
commit
2d50f3e27e
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user