Merge pull request #146780 from titanous/makemkv-libcurl

makemkv: add libcurl to runtimeDependencies
This commit is contained in:
Daniël de Kok
2021-11-21 11:28:11 +01:00
committed by GitHub
@@ -3,6 +3,7 @@
, fetchurl
, autoPatchelfHook
, pkg-config
, curl
, ffmpeg
, openssl
, qtbase
@@ -42,6 +43,8 @@ in mkDerivation {
buildInputs = [ ffmpeg openssl qtbase zlib ];
runtimeDependencies = [ (lib.getLib curl) ];
qtWrapperArgs =
let
binPath = lib.makeBinPath [ jre_headless ];