davinci-resolve: add missing libcrypt.so.1

This commit is contained in:
davidak 2022-10-26 05:12:37 +02:00
parent f540aeda6f
commit 0dac320a0b

View File

@ -16,6 +16,7 @@
, xkeyboard_config , xkeyboard_config
, glib , glib
, libarchive , libarchive
, libxcrypt
, python2 , python2
}: }:
@ -154,6 +155,7 @@ buildFHSUserEnv {
ocl-icd ocl-icd
glib glib
libarchive libarchive
libxcrypt # provides libcrypt.so.1
xdg-utils # xdg-open needed to open URLs xdg-utils # xdg-open needed to open URLs
python2 python2
# currently they want python 3.6 which is EOL # currently they want python 3.6 which is EOL