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:
Thomas Gerbet 2021-04-04 13:05:49 +02:00
parent 7187949817
commit 5196dcf353

View file

@ -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 { };