summary refs log tree commit diff
diff options
context:
space:
mode:
authormaterus <materus@podkos.pl>2023-10-08 17:38:15 +0200
committermaterus <materus@podkos.pl>2023-10-08 17:38:15 +0200
commita2a894536e29863fac63c176a3987666c36879c6 (patch)
tree7aa5b5d94bad15c8be3046c0f21d5aeddbd72297
parent6f1a7f8dc82b7e59a0b236de0c72c334a674ce09 (diff)
downloadnixpkgs-a2a894536e29863fac63c176a3987666c36879c6.tar
nixpkgs-a2a894536e29863fac63c176a3987666c36879c6.tar.gz
nixpkgs-a2a894536e29863fac63c176a3987666c36879c6.tar.bz2
nixpkgs-a2a894536e29863fac63c176a3987666c36879c6.tar.lz
nixpkgs-a2a894536e29863fac63c176a3987666c36879c6.tar.xz
nixpkgs-a2a894536e29863fac63c176a3987666c36879c6.tar.zst
nixpkgs-a2a894536e29863fac63c176a3987666c36879c6.zip
obs-studio: fix formatting
-rw-r--r--pkgs/applications/video/obs-studio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix
index d01c21a2d42..fee8325bf6d 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}"