diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2021-11-01 23:53:05 -0400 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-02 09:21:58 +0100 |
commit | 95d5090d9c9df7759ab053a896fb4cfa2037c77b (patch) | |
tree | 0f5f2ae2e46f44eda390c9cc4840a1ec94662011 | |
parent | 7e8e07033d2a6b0ecef566a05084c534c774cd4a (diff) | |
download | guix-95d5090d9c9df7759ab053a896fb4cfa2037c77b.tar guix-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>
-rw-r--r-- | gnu/packages/freedesktop.scm | 1 |
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))) |