Skip to content

Commit

Permalink
Merge pull request #148784 from doronbehar/pkg/gaia
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 5, 2021
2 parents 83c81e1 + 3a18831 commit 99f2757
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 94 deletions.
87 changes: 0 additions & 87 deletions pkgs/development/libraries/gaia/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ mapAliases ({
fuseki = apache-jena-fuseki; # added 2018-04-25
fwupdate = throw "fwupdate was merged into fwupd"; # added 2020-05-19
g4py = python3Packages.geant4; # added 2020-06-06
gaia = throw "gaia has been removed because it seems abandoned upstream and uses no longer supported dependencies"; # added 2020-06-06
gdal_1_11 = throw "gdal_1_11 was removed. Use gdal instead."; # added 2021-04-03
gdb-multitarget = gdb; # added 2017-11-13
gdk_pixbuf = gdk-pixbuf; # added 2019-05-22
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1717,8 +1717,6 @@ with pkgs;

genymotion = callPackage ../development/mobile/genymotion { };

gaia = callPackage ../development/libraries/gaia { };

galene = callPackage ../servers/web-apps/galene {
buildGoModule = buildGo115Module;
};
Expand Down
5 changes: 0 additions & 5 deletions pkgs/top-level/python2-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ with self; with super; {

gdcm = disabled super.gdcm;

gaia = disabledIf (isPyPy || isPy3k) (toPythonModule (pkgs.gaia.override {
pythonPackages = self;
pythonSupport = true;
})); # gaia isn't supported with python3 and it's not available from pypi

geant4 = disabled super.geant4;

geopy = callPackage ../development/python-modules/geopy/2.nix { };
Expand Down

0 comments on commit 99f2757

Please sign in to comment.