From 95d5090d9c9df7759ab053a896fb4cfa2037c77b Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Mon, 1 Nov 2021 23:53:05 -0400 Subject: gnu: xdg-desktop-portal-gtk: Add missing input. * gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk)[inputs]: Add libxml2. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/freedesktop.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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 @@ and others.") ("autoconf" ,autoconf) ("automake" ,automake) ("libtool" ,libtool) + ("libxml2" ,libxml2) ("glib:bin" ,glib "bin") ("which" ,which) ("gettext" ,gettext-minimal))) -- cgit v1.2.3