Merge pull request #271318 from amjoseph-nixpkgs/pr/hybridreverb2/enableParallelBuilding
hybridreverb2: enableParallelBuilding=true
This commit is contained in:
commit
7fb77d972b
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ stdenv.mkDerivation rec {
|
|||
"-DHybridReverb2_UseLocalDatabase=ON"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/${pname}/
|
||||
cp -r ${impulseDB}/* $out/share/${pname}/
|
||||
|
|
Loading…
Reference in a new issue