pythonPackages.h3: init at 3.4.3

This commit is contained in:
Wael M. Nasreddine
2019-07-16 17:39:52 -07:00
committed by Jon
parent 9d9bba120f
commit ba3aeb1ca1
4 changed files with 97 additions and 0 deletions

View File

@@ -717,6 +717,8 @@ in {
gumath = callPackage ../development/python-modules/gumath { };
h3 = callPackage ../development/python-modules/h3 { inherit (pkgs) h3; };
h5py = callPackage ../development/python-modules/h5py {
hdf5 = pkgs.hdf5;
};