intel-media-sdk: fix malformed enableParallelBuilding
enableParallelBuilding is already implied true by using cmake
This commit is contained in:
parent
2fe1574410
commit
1a41ae8148
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
doCheck = true;
|
||||
enableParallelBuild = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Intel Media SDK.";
|
||||
|
|
Loading…
Reference in a new issue