diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:00:42 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:05:00 -0400 |
commit | 1d7402c4ed8b44044252882af0670cfeef02a7a1 (patch) | |
tree | 930a63c657b11f22ce54a085f44e9ae367b2d1ee /gnu/packages/gnome.scm | |
parent | 51ea0a7958870046ce2f8a84a72f08474e10ff29 (diff) | |
download | guix-1d7402c4ed8b44044252882af0670cfeef02a7a1.tar guix-1d7402c4ed8b44044252882af0670cfeef02a7a1.tar.gz |
gnu: gnome-screenshot: Remove meson patch.
* gnu/packages/gnome.scm (gnome-screenshot)
[source]: Delete patches field.
* gnu/packages/patches/gnome-screenshot-meson-0.60.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a482880195..d6d22f8eb1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9685,9 +9685,7 @@ can add your own files to the collection.") name "-" version ".tar.xz")) (sha256 (base32 - "15wmikwk62cdi93gas77nqh4fbhlrxrncyfmcd1gfa34jbn7vnsa")) - (patches - (search-patches "gnome-screenshot-meson-0.60.patch")))) + "15wmikwk62cdi93gas77nqh4fbhlrxrncyfmcd1gfa34jbn7vnsa")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |