From a2a894536e29863fac63c176a3987666c36879c6 Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 8 Oct 2023 17:38:15 +0200 Subject: [PATCH] obs-studio: fix formatting --- pkgs/applications/video/obs-studio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix index d01c21a2d42e..fee8325bf6d5 100644 --- a/pkgs/applications/video/obs-studio/default.nix +++ b/pkgs/applications/video/obs-studio/default.nix @@ -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}"