Merge pull request #89400 from OPNA2608/parallelbuilding-fixes

Parallel building fixes
This commit is contained in:
Domen Kožar
2020-06-03 13:08:19 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
];
doCheck = true;
enableParallelBuild = true;
meta = with stdenv.lib; {
description = "Intel Media SDK.";

View File

@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
xorg.libXrender
];
enableParallelBuild = true;
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/sagb/alttab";