spyder: remove from pythonPackages
Spyder is an application only and therefore does not belong in pythonPackages.
This commit is contained in:
parent
02b1cc9600
commit
48eb8c4e88
@ -20909,7 +20909,7 @@ with pkgs;
|
||||
|
||||
simgrid = callPackage ../applications/science/misc/simgrid { };
|
||||
|
||||
spyder = pythonPackages.spyder;
|
||||
spyder = callPackage ../applications/science/spyder { };
|
||||
|
||||
stellarium = libsForQt5.callPackage ../applications/science/astronomy/stellarium { };
|
||||
|
||||
|
@ -13381,8 +13381,6 @@ in {
|
||||
};
|
||||
});
|
||||
|
||||
spyder = callPackage ../applications/science/spyder { };
|
||||
|
||||
sqlalchemy = callPackage ../development/python-modules/sqlalchemy { };
|
||||
|
||||
SQLAlchemy-ImageAttach = buildPythonPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user