summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-11-25 19:02:36 -0500
committerLeo Famulari <leo@famulari.name>2021-11-26 13:36:58 -0500
commitef717037c88f2b78c6f8c46c852984e4607327f1 (patch)
treeed7e09c6361c0b58f4e9019d843fff3f936afdce /gnu/packages/video.scm
parent6034c3599bbddd5ec23b89c1594e4a0ef8a1b79d (diff)
downloadguix-patches-ef717037c88f2b78c6f8c46c852984e4607327f1.tar
guix-patches-ef717037c88f2b78c6f8c46c852984e4607327f1.tar.gz
gnu: pitivi: Fix build with Meson 0.60.
* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (pitivi)[source]: Use it.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 128a112848..b6205fa41c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4375,6 +4375,7 @@ tools for styling them, including a built-in real-time video preview.")
(url "https://gitlab.gnome.org/GNOME/pitivi.git")
(commit %version)))
(file-name (git-file-name name version))
+ (patches (search-patches "pitivi-fix-build-with-meson-0.60.patch"))
(sha256
(base32 "08x2fs2bak1fbmkvjijgx1dsawispv91bpv5j5gkqbv5dfgf7wah"))))
(build-system meson-build-system)