davinci-resolve: override appimage-run to use buildFHSEnvChroot
This commit is contained in:
parent
f1f1447dd1
commit
c5bf4b91e8
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
, libGLU
|
, libGLU
|
||||||
, xorg
|
, xorg
|
||||||
, buildFHSEnv
|
, buildFHSEnv
|
||||||
|
, buildFHSEnvChroot
|
||||||
, bash
|
, bash
|
||||||
, writeText
|
, writeText
|
||||||
, ocl-icd
|
, ocl-icd
|
||||||
|
@ -26,7 +27,11 @@ let
|
||||||
pname = "davinci-resolve";
|
pname = "davinci-resolve";
|
||||||
version = "17.4.3";
|
version = "17.4.3";
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip appimage-run addOpenGLRunpath ];
|
nativeBuildInputs = [
|
||||||
|
unzip
|
||||||
|
(appimage-run.override { buildFHSEnv = buildFHSEnvChroot; } )
|
||||||
|
addOpenGLRunpath
|
||||||
|
];
|
||||||
|
|
||||||
# Pretty sure, there are missing dependencies ...
|
# Pretty sure, there are missing dependencies ...
|
||||||
buildInputs = [ libGLU xorg.libXxf86vm ];
|
buildInputs = [ libGLU xorg.libXxf86vm ];
|
||||||
|
|
Loading…
Reference in a new issue