aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-02 12:00:11 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-02 14:16:52 +0100
commitd46068152c3bc692aed2893ed97d112a71d3ad86 (patch)
tree1a356eebeb281ec41c635e14b743d23fa1dcebe1 /gnu/packages/gstreamer.scm
parent57833803b446484b6f413fb883b2156933c38639 (diff)
downloadguix-core-updates-fix-python-gst.tar
guix-core-updates-fix-python-gst.tar.gz
gnu: python-gst: Fix build with Python 3.8.core-updates-fix-python-gst
Add a patch based on an upstream commit [1]. 1: 10707f437f2fc3632067c6a0efa4432f7ebaf362 * gnu/packages/patches/python-gst-fix-build-with-python-3.8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (python-gst)[source]: Use the patch.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 93149e370e..7596796d68 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -521,7 +521,9 @@ non-linear editors.")
"gst-python-" version ".tar.xz"))
(sha256
(base32
- "1a48ca66izmm8hnp608jv5isg3jxb0vlfmhns0bg9nbkilag7390"))))
+ "1a48ca66izmm8hnp608jv5isg3jxb0vlfmhns0bg9nbkilag7390"))
+ (patches
+ (search-patches "python-gst-fix-build-with-python-3.8.patch"))))
(build-system meson-build-system)
(arguments
`(#:modules ((guix build meson-build-system)