Unverified Commit f30990fc authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #223803 from jshcmpbll/jc/davinci-resolve-fix

davinci-resolve: adding aprutil and linking libcypto
parents eedfc5da 9325558e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 ${