makemkv: enable parallel building

Reduces build time 2m50s → 1m50s with my hardware.
This commit is contained in:
Andrew Marshall 2023-09-08 17:51:46 -04:00
parent ae0f776b72
commit 36a51e27cb

View File

@ -41,6 +41,8 @@ in mkDerivation {
patches = [ ./r13y.patch ];
enableParallelBuilding = true;
nativeBuildInputs = [ autoPatchelfHook pkg-config ];
buildInputs = [ ffmpeg openssl qtbase zlib ];