John Kehayias wrote 3 years ago
(name . Guix-patches)(address . guix-patches@gnu.org)
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