From 9325558ea0b66db3b6951752571b510d3c33b7dc Mon Sep 17 00:00:00 2001 From: Joshua Campbell Date: Wed, 29 Mar 2023 14:26:48 -0700 Subject: [PATCH] davinci-resolve: adding aprutil and linking libcypto Davinci complained that libcrypt.so.1 was missing so linked libcrypto.so.1.0 libcryt had a dependency on aprutil --- pkgs/applications/video/davinci-resolve/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix index 39af3876bf6f..c519d5254c3c 100644 --- a/pkgs/applications/video/davinci-resolve/default.nix +++ b/pkgs/applications/video/davinci-resolve/default.nix @@ -17,6 +17,7 @@ , libarchive , libxcrypt , python2 +, aprutil }: let @@ -127,6 +128,7 @@ let addOpenGLRunpath "$program" fi done + ln -s $out/libs/libcrypto.so.1.1 $out/libs/libcrypt.so.1 ''; } ); @@ -159,6 +161,7 @@ buildFHSUserEnv { python2 # currently they want python 3.6 which is EOL #python3 + aprutil ]; runScript = "${bash}/bin/bash ${