Loading pkgs/applications/video/davinci-resolve/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , libGLU , xorg , buildFHSEnv , buildFHSEnvChroot , bash , writeText , ocl-icd Loading @@ -26,7 +27,11 @@ let pname = "davinci-resolve"; version = "17.4.3"; nativeBuildInputs = [ unzip appimage-run addOpenGLRunpath ]; nativeBuildInputs = [ unzip (appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } ) addOpenGLRunpath ]; # Pretty sure, there are missing dependencies ... buildInputs = [ libGLU xorg.libXxf86vm ]; Loading Loading
pkgs/applications/video/davinci-resolve/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , libGLU , xorg , buildFHSEnv , buildFHSEnvChroot , bash , writeText , ocl-icd Loading @@ -26,7 +27,11 @@ let pname = "davinci-resolve"; version = "17.4.3"; nativeBuildInputs = [ unzip appimage-run addOpenGLRunpath ]; nativeBuildInputs = [ unzip (appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } ) addOpenGLRunpath ]; # Pretty sure, there are missing dependencies ... buildInputs = [ libGLU xorg.libXxf86vm ]; Loading