diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-15 00:10:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-15 03:04:54 +0100 |
commit | 7166417ea6d59690617eb184b8cc95d9a11edcc3 (patch) | |
tree | 4bc95f27f481384c86790dfeae1f1757ecb6e160 /gnu/packages/spice.scm | |
parent | 04b6e1ed265e64a004c7ea93018179785b979f31 (diff) | |
download | guix-7166417ea6d59690617eb184b8cc95d9a11edcc3.tar.gz |
gnu: spice-vdagent: Fix build with glib >= 2.68.
* gnu/packages/spice.scm (spice-vdagent)[source]: Add patch. * gnu/packages/patches/spice-vdagent-glib-2.68.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r-- | gnu/packages/spice.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 1eb92d8f96..b0bf2bc939 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -272,7 +272,9 @@ Internet and from a wide variety of machine architectures.") "spice-vdagent-" version ".tar.bz2")) (sha256 (base32 - "0n8jlc1pv6mkry161y656b1nk9hhhminjq6nymzmmyjl7k95ymzx")))) + "0n8jlc1pv6mkry161y656b1nk9hhhminjq6nymzmmyjl7k95ymzx")) + (patches + (search-patches "spice-vdagent-glib-2.68.patch")))) (build-system gnu-build-system) (arguments `(#:configure-flags |