Merge pull request #229799 from jshcmpbll/jc/issue-226671
davinci-resolve: overriding appimage-run to use buildFHSEnvChroot
This commit is contained in:
commit
e65c6dda91
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
, libGLU
|
||||
, xorg
|
||||
, buildFHSEnv
|
||||
, buildFHSEnvChroot
|
||||
, bash
|
||||
, writeText
|
||||
, ocl-icd
|
||||
|
@ -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…
Reference in a new issue