about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-02-22 09:05:53 +0100
committerVladimír Čunát <v@cunat.cz>2023-02-22 09:05:53 +0100
commit0eb467c3425466aa97dd9bf07a3b533b4c4cc9eb (patch)
tree1c912924f88b8c3fe3320d04f4c4bbd1b20c57f5 /pkgs/tools/misc
parent9eeb000bfea34e87ade554604d5fc9bab3642571 (diff)
parent4bd8b542eb3d2631a62ba55c3892bc6287c6fe94 (diff)
Merge #217601: python310Packages.h5py: 3.7.0 -> 3.8.0
...into staging-next
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/hdf5/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/tools/misc/hdf5/default.nix b/pkgs/tools/misc/hdf5/default.nix
index 25093347fcb8c..f32fba46d5500 100644
--- a/pkgs/tools/misc/hdf5/default.nix
+++ b/pkgs/tools/misc/hdf5/default.nix
@@ -16,6 +16,7 @@
 , jdk
 , usev110Api ? false
 , threadsafe ? false
+, python3
 }:
 
 # cpp and mpi options are mutually exclusive
@@ -90,6 +91,10 @@ stdenv.mkDerivation rec {
     moveToOutput 'bin/h5pcc' "''${!outputDev}"
   '';
 
+  passthru.tests = {
+    inherit (python3.pkgs) h5py;
+  };
+
   meta = {
     description = "Data model, library, and file format for storing and managing data";
     longDescription = ''