Merge pull request #229799 from jshcmpbll/jc/issue-226671

davinci-resolve: overriding appimage-run to use buildFHSEnvChroot

authored by Weijia Wang and committed by GitHub e65c6dda baedb562

+6 -1
+6 -1
pkgs/applications/video/davinci-resolve/default.nix
··· 9 , libGLU 10 , xorg 11 , buildFHSEnv 12 , bash 13 , writeText 14 , ocl-icd ··· 26 pname = "davinci-resolve"; 27 version = "17.4.3"; 28 29 - nativeBuildInputs = [ unzip appimage-run addOpenGLRunpath ]; 30 31 # Pretty sure, there are missing dependencies ... 32 buildInputs = [ libGLU xorg.libXxf86vm ];
··· 9 , libGLU 10 , xorg 11 , buildFHSEnv 12 + , buildFHSEnvChroot 13 , bash 14 , writeText 15 , ocl-icd ··· 27 pname = "davinci-resolve"; 28 version = "17.4.3"; 29 30 + nativeBuildInputs = [ 31 + unzip 32 + (appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } ) 33 + addOpenGLRunpath 34 + ]; 35 36 # Pretty sure, there are missing dependencies ... 37 buildInputs = [ libGLU xorg.libXxf86vm ];