diff options
| author | Steve George <steve@futurile.net> | 2026-02-07 15:07:03 +0000 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2026-02-14 21:34:38 +0000 |
| commit | 0e43436e982dfefbd5556556fbd10bb364948b16 (patch) | |
| tree | 4dffb920b06e289b131be201319b253c0ddcd487 /gnu | |
| parent | fb11787e01725ced1314d470bc6206838e6a6f65 (diff) | |
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 <steve@futurile.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 61c2559ab87..b271f57acd8 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") |
