Merge pull request #89400 from OPNA2608/parallelbuilding-fixes
Parallel building fixes
This commit is contained in:
commit
7f013bade8
@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
enableParallelBuild = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Intel Media SDK.";
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
xorg.libXrender
|
||||
];
|
||||
|
||||
enableParallelBuild = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/sagb/alttab";
|
||||
|
Loading…
Reference in New Issue
Block a user