intel-media-sdk: fix malformed enableParallelBuilding
enableParallelBuilding is already implied true by using cmake
This commit is contained in:
parent
2fe1574410
commit
1a41ae8148
|
@ -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.";
|
||||||
|
|
Loading…
Reference in New Issue