diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-11-27 13:42:12 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-11-27 13:43:54 +0100 |
commit | 3466c055e66c2aa0dd8cbeb52a11701e1928a373 (patch) | |
tree | 72deb32b37497c7f70bee61032bb620f1ef2aada /gnu/packages/gnome.scm | |
parent | 1b8a18b629dcde9b6288fbce4d130b51dfb69143 (diff) |
gnu: gnome-boxes: Add Guix logo support.
* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-boxes): Use it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d20650c1d7..8e0e750180 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11774,7 +11774,9 @@ integrate seamlessly with the GNOME desktop.") (version-major version) "/" "gnome-boxes-" version ".tar.xz")) (sha256 - (base32 "1wzhm8n485cqhbai4qshgrwl05ix881g8gjshilrj6vg8p1li79h")))) + (base32 "1wzhm8n485cqhbai4qshgrwl05ix881g8gjshilrj6vg8p1li79h")) + (patches + (search-patches "gnome-boxes-add-guix-logo.patch")))) (build-system meson-build-system) (arguments `(#:meson ,meson-0.59 ;positional arguments error with meson 0.60 |