[core-updates-frozen] [PATCH] gnu: xdg-desktop-portal-gtk: Add missing input.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • John Kehayias
Owner
unassigned
Submitted by
John Kehayias
Severity
normal

Debbugs page

John Kehayias wrote 3 years ago
(name . Guix-patches)(address . guix-patches@gnu.org)
9LSPeh0-KHNYw2j0j2HJ-u6h3_0Cf55HlaaddVHgzMB8nju2aGIDBT0ELut359WB5HEBzyNL2NDkgDk1I4aVrrOeJNbhZDFhW2C_mSwHn-s=@protonmail.com
fixes the build error on core-updates-frozen after the update from https://issues.guix.gnu.org/51100on master
From e9365981eb83c707483103b378352e8d4ce61734 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Mon, 1 Nov 2021 23:53:05 -0400
Subject: [PATCH] gnu: xdg-desktop-portal-gtk: Add missing input.

* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk)[inputs]: Add
libxml2.
---
gnu/packages/freedesktop.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3c61e0b52c..af42a0701c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2442,6 +2442,7 @@ (define-public xdg-desktop-portal-gtk
("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)
+ ("libxml2" ,libxml2)
("glib:bin" ,glib "bin")
("which" ,which)
("gettext" ,gettext-minimal)))
--
2.33.1
Guillaume Le Vaillant wrote 3 years ago
(name . John Kehayias)(address . john.kehayias@protonmail.com)(address . 51562-done@debbugs.gnu.org)
87fssfrmmw.fsf@kitej
Patch pushed as 95d5090d9c9df7759ab053a896fb4cfa2037c77b.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYYD1pw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j94awD+JYRJEquNV/V9zAM8QHRb4FkGXr9JjgXUdg9b
TxDIGb8A/iqwWASqigTe71AwIqHXvKGyLZepqGgaC8KcIyZXwwik
=wiPE
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51562@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51562
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help