hdf: enable parallel builds

This commit is contained in:
Markus Kowalewski 2023-03-16 11:32:34 +01:00
parent b89323329c
commit 4fbc3190f5
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -103,6 +103,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
passthru.tests = {
inherit (python3.pkgs) h5py;
};