pythonPackages.gumath: init at unstable-2018-11-27

This commit is contained in:
Chris Ostrouchov
2018-11-27 17:42:52 -05:00
parent d9a5de3cce
commit 1223c8fd9d
2 changed files with 31 additions and 0 deletions

View File

@@ -418,6 +418,8 @@ in {
guestfs = callPackage ../development/python-modules/guestfs { };
gumath = callPackage ../development/python-modules/gumath { };
h5py = callPackage ../development/python-modules/h5py {
hdf5 = pkgs.hdf5;
};