makemkv: add libcurl to runtimeDependencies

This allows MakeMKV to download some files at runtime that are necessary
for reading certain discs.

+3
+3
pkgs/applications/video/makemkv/default.nix
··· 3 , fetchurl 4 , autoPatchelfHook 5 , pkg-config 6 , ffmpeg 7 , openssl 8 , qtbase ··· 41 nativeBuildInputs = [ autoPatchelfHook pkg-config ]; 42 43 buildInputs = [ ffmpeg openssl qtbase zlib ]; 44 45 qtWrapperArgs = 46 let
··· 3 , fetchurl 4 , autoPatchelfHook 5 , pkg-config 6 + , curl 7 , ffmpeg 8 , openssl 9 , qtbase ··· 42 nativeBuildInputs = [ autoPatchelfHook pkg-config ]; 43 44 buildInputs = [ ffmpeg openssl qtbase zlib ]; 45 + 46 + runtimeDependencies = [ (lib.getLib curl) ]; 47 48 qtWrapperArgs = 49 let