hdfview: Fix build by using hdf5_1_10
This commit is contained in:
parent
36cce52a78
commit
c47c00e353
@ -5474,7 +5474,9 @@ in
|
|||||||
|
|
||||||
hdf5-blosc = callPackage ../development/libraries/hdf5-blosc { };
|
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 { };
|
hecate = callPackage ../applications/editors/hecate { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user