Merge pull request #120173 from nbren12/gcsfs

This commit is contained in:
Sandro
2021-04-24 03:53:34 +02:00
committed by GitHub
4 changed files with 58 additions and 11 deletions
+2
View File
@@ -2696,6 +2696,8 @@ in {
gcovr = callPackage ../development/python-modules/gcovr { };
gcsfs = callPackage ../development/python-modules/gcsfs { };
gdal = toPythonModule (pkgs.gdal.override { pythonPackages = self; });
gdata = callPackage ../development/python-modules/gdata { };