spyder: remove from pythonPackages

Spyder is an application only and therefore does not belong in pythonPackages.
This commit is contained in:
Robert Schütz 2018-07-24 19:04:02 +02:00 committed by Frederik Rietdijk
parent 02b1cc9600
commit 48eb8c4e88
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -13381,8 +13381,6 @@ in {
};
});
spyder = callPackage ../applications/science/spyder { };
sqlalchemy = callPackage ../development/python-modules/sqlalchemy { };
SQLAlchemy-ImageAttach = buildPythonPackage rec {