hdfview: Fix build by using hdf5_1_10

This commit is contained in:
Stefan Frijters 2021-05-07 19:04:10 +02:00 committed by Jonathan Ringer
parent 36cce52a78
commit c47c00e353

View file

@ -5474,7 +5474,9 @@ in
hdf5-blosc = callPackage ../development/libraries/hdf5-blosc { };
hdfview = callPackage ../tools/misc/hdfview { };
hdfview = callPackage ../tools/misc/hdfview {
hdf5 = hdf5_1_10;
};
hecate = callPackage ../applications/editors/hecate { };