libminc: hdf5 -> hdf5_1_10
- unbreaks build broken by merge of #117584/669636256265f6e47cc75126b7b003c4554d0acb - needed due to libminc test segfault (https://github.com/BIC-MNI/libminc/issues/114)
This commit is contained in:
parent
2583313c37
commit
a7e6653290
1 changed files with 3 additions and 1 deletions
|
@ -15860,7 +15860,9 @@ in
|
|||
|
||||
libmilter = callPackage ../development/libraries/libmilter { };
|
||||
|
||||
libminc = callPackage ../development/libraries/libminc { };
|
||||
libminc = callPackage ../development/libraries/libminc {
|
||||
hdf5 = hdf5_1_10;
|
||||
};
|
||||
|
||||
libmirage = callPackage ../misc/emulators/cdemu/libmirage.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue