summaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2021-11-01 23:53:05 -0400
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-02 09:21:58 +0100
commit95d5090d9c9df7759ab053a896fb4cfa2037c77b (patch)
tree0f5f2ae2e46f44eda390c9cc4840a1ec94662011 /gnu/packages/freedesktop.scm
parent7e8e07033d2a6b0ecef566a05084c534c774cd4a (diff)
downloadguix-patches-95d5090d9c9df7759ab053a896fb4cfa2037c77b.tar
guix-patches-95d5090d9c9df7759ab053a896fb4cfa2037c77b.tar.gz
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 <glv@posteo.net>
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r--gnu/packages/freedesktop.scm1
1 files changed, 1 insertions, 0 deletions
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)))