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;
|
doCheck = true;
|
||||||
enableParallelBuild = true;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Intel Media SDK.";
|
description = "Intel Media SDK.";
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
xorg.libXrender
|
xorg.libXrender
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuild = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/sagb/alttab";
|
homepage = "https://github.com/sagb/alttab";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user