guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0e43436e982dfefbd5556556fbd10bb364948b16
Author: Steve George <[email protected]>
AuthorDate: Sat Feb 7 15:07:03 2026 +0000

    gnu: obs-source-copy: Update style.
    
    * gnu/packages/video.scm (obs-source-copy): Improve style.
      [source]<origin>: style update.
      [arguments]: style update.
    
    Change-Id: I60ccecfe28b4c02a01c130f581617a14f12bf442
    Signed-off-by: Steve George <[email protected]>
---
 gnu/packages/video.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 61c2559ab8..b271f57acd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4750,14 +4750,14 @@ different filters than the original.")
   (package
     (name "obs-source-copy")
     (version "0.3.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append 
"https://github.com/exeldro/obs-source-copy/releases/download/";
-                                  version
-                                  "/source-copy-" version "-source.tar.xz"))
-              (sha256
-               (base32
-                "0zr1yayzd4x3m108ji9c4xs7d7bavbz2hr81782l25kfhv3ry9f7"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/exeldro/obs-source-copy/releases/download/";
+             version "/source-copy-" version "-source.tar.xz"))
+       (sha256
+        (base32 "0zr1yayzd4x3m108ji9c4xs7d7bavbz2hr81782l25kfhv3ry9f7"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -4765,8 +4765,7 @@ different filters than the original.")
       #:configure-flags
       #~(list (string-append "-DLIBOBS_INCLUDE_DIR="
                              #$(this-package-input "obs") "/lib")
-              "-DBUILD_OUT_OF_TREE=On"
-              "-Wno-dev")))
+              "-DBUILD_OUT_OF_TREE=On" "-Wno-dev")))
     (inputs (list obs qtbase simde))
     (home-page "https://github.com/exeldro/obs-source-copy";)
     (synopsis "OBS plugin for copy and paste scenes, sources and filters")

Reply via email to