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";
|
comment = "Scientific Python Development Environment";
|
||||||
desktopName = "Spyder";
|
desktopName = "Spyder";
|
||||||
genericName = "Python IDE";
|
genericName = "Python IDE";
|
||||||
categories = "Application;Development;Editor;IDE;";
|
categories = "Application;Development;IDE;";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user