summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/davinci-resolve
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2022-10-26 05:12:37 +0200
committerdavidak <git@davidak.de>2022-10-26 05:12:37 +0200
commit0dac320a0bc950ca6522785664137dac8d62e825 (patch)
tree12032564d0e8effa63ce69f953d869b00de66f80 /pkgs/applications/video/davinci-resolve
parentf540aeda6f677354f1e7144ab04352f61aaa0118 (diff)
davinci-resolve: add missing libcrypt.so.1
Diffstat (limited to 'pkgs/applications/video/davinci-resolve')
-rw-r--r--pkgs/applications/video/davinci-resolve/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix
index 6ae5759f6d16..f931e905127f 100644
--- a/pkgs/applications/video/davinci-resolve/default.nix
+++ b/pkgs/applications/video/davinci-resolve/default.nix
@@ -16,6 +16,7 @@
, xkeyboard_config
, glib
, libarchive
+, libxcrypt
, python2
}:
@@ -154,6 +155,7 @@ buildFHSUserEnv {
ocl-icd
glib
libarchive
+ libxcrypt # provides libcrypt.so.1
xdg-utils # xdg-open needed to open URLs
python2
# currently they want python 3.6 which is EOL