about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-10-26 15:53:30 +0100
committerGitHub <noreply@github.com>2022-10-26 15:53:30 +0100
commit67bb994614f8a07070bee999759283400a492346 (patch)
tree386aae025db0f787daf1b6595e87ec843e55e844 /pkgs/applications
parenta821a3764f0a6b9c18a0b6b806b04387def062f8 (diff)
parent0dac320a0bc950ca6522785664137dac8d62e825 (diff)
Merge pull request #197822 from davidak/fix-davinci-resolve
davinci-resolve: add missing libcrypt.so.1
Diffstat (limited to 'pkgs/applications')
-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 6ae5759f6d161..f931e905127f7 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