hdfview: Fix build by using hdf5_1_10
This commit is contained in:
parent
36cce52a78
commit
c47c00e353
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue