obs-studio: fix formatting
This commit is contained in:
parent
6f1a7f8dc8
commit
a2a894536e
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
in ''
|
||||
# Remove libcef before patchelf, otherwise it will fail
|
||||
rm $out/lib/obs-plugins/libcef.so
|
||||
rm $out/lib/obs-plugins/libcef.so
|
||||
|
||||
qtWrapperArgs+=(
|
||||
--prefix LD_LIBRARY_PATH : "$out/lib:${lib.makeLibraryPath wrapperLibraries}"
|
||||
|
|
Loading…
Reference in a new issue