vigra: use the HDF5 v1.10 API
vigra is not yet compatible with the v1.12 API [0][1]. [0] https://github.com/ukoethe/vigra/issues/476 [1] https://github.com/ukoethe/vigra/issues/476
This commit is contained in:
parent
7187949817
commit
5196dcf353
@ -17623,7 +17623,9 @@ in
|
||||
inherit (llvmPackages) openmp;
|
||||
};
|
||||
|
||||
vigra = callPackage ../development/libraries/vigra { };
|
||||
vigra = callPackage ../development/libraries/vigra {
|
||||
hdf5 = hdf5.override { usev110Api = true; };
|
||||
};
|
||||
|
||||
vlock = callPackage ../misc/screensavers/vlock { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user