Skip to content

Commit

Permalink
spyder: remove from pythonPackages
Browse files Browse the repository at this point in the history
Spyder is an application only and therefore does not belong in pythonPackages.
  • Loading branch information
Robert Schütz authored and FRidh committed Jul 26, 2018
1 parent 02b1cc9 commit 48eb8c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13381,8 +13381,6 @@ in {
};
});

spyder = callPackage ../applications/science/spyder { };

sqlalchemy = callPackage ../development/python-modules/sqlalchemy { };

SQLAlchemy-ImageAttach = buildPythonPackage rec {
Expand Down

0 comments on commit 48eb8c4

Please sign in to comment.