makemkv: enable parallel building
Reduces build time 2m50s → 1m50s with my hardware.
This commit is contained in:
parent
ae0f776b72
commit
36a51e27cb
@ -41,6 +41,8 @@ in mkDerivation {
|
||||
|
||||
patches = [ ./r13y.patch ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook pkg-config ];
|
||||
|
||||
buildInputs = [ ffmpeg openssl qtbase zlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user