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
This commit is contained in:
Joshua Campbell 2023-03-29 14:26:48 -07:00
parent e779e17ebd
commit 9325558ea0

View file

@ -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 ${