summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorJack Hill <jackhill@jackhill.us>2021-11-18 01:26:10 -0500
committerLudovic Courtès <ludo@gnu.org>2021-11-18 09:53:16 +0100
commit9322b4d30de1a4cdd04b77275d10bcfdc11eda32 (patch)
tree714f00e02797ce5d45ec189d05b3f9faa08adc3b /gnu/packages/gnome.scm
parentcdb0e04a76109f22738fdae3fe60917ac83c2253 (diff)
downloadguix-patches-9322b4d30de1a4cdd04b77275d10bcfdc11eda32.tar
guix-patches-9322b4d30de1a4cdd04b77275d10bcfdc11eda32.tar.gz
gnu: gnome-screenshot: Fix build with Meson 0.60.0.
* gnu/packages/patches/gnome-screenshot-meson-0.60.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-screenshot)[patches]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8677a6849d..f07ff28701 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9212,7 +9212,9 @@ can add your own files to the collection.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1qm544ymwibk31s30k47vnn79xg30m18r7l4di0c57g375dak31n"))))
+ "1qm544ymwibk31s30k47vnn79xg30m18r7l4di0c57g375dak31n"))
+ (patches
+ (search-patches "gnome-screenshot-meson-0.60.patch"))))
(build-system meson-build-system)
(arguments
'(#:phases