Merge pull request #140230 from Artturin/obsdoublewrap
This commit is contained in:
commit
398ea31ceb
1 changed files with 3 additions and 4 deletions
|
@ -121,10 +121,9 @@ mkDerivation rec {
|
||||||
"-DCEF_ROOT_DIR=../../cef"
|
"-DCEF_ROOT_DIR=../../cef"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
qtWrapperArgs = [
|
||||||
wrapProgram $out/bin/obs \
|
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ xorg.libX11 libvlc ]}"
|
||||||
--prefix "LD_LIBRARY_PATH" : "${xorg.libX11.out}/lib:${libvlc}/lib"
|
];
|
||||||
'';
|
|
||||||
|
|
||||||
postFixup = lib.optionalString stdenv.isLinux ''
|
postFixup = lib.optionalString stdenv.isLinux ''
|
||||||
addOpenGLRunpath $out/lib/lib*.so
|
addOpenGLRunpath $out/lib/lib*.so
|
||||||
|
|
Loading…
Reference in a new issue