mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
obs-studio: fix formatting
This commit is contained in:
parent
6f1a7f8dc8
commit
a2a894536e
@ -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 New Issue
Block a user