mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
hdf: enable parallel builds
This commit is contained in:
parent
b89323329c
commit
4fbc3190f5
@ -103,6 +103,8 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit (python3.pkgs) h5py;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user