[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: gnu: xdg-desktop-portal-gtk: Add mis
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: gnu: xdg-desktop-portal-gtk: Add missing input. |
Date: |
Tue, 02 Nov 2021 04:23:11 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new 95d5090 gnu: xdg-desktop-portal-gtk: Add missing input.
95d5090 is described below
commit 95d5090d9c9df7759ab053a896fb4cfa2037c77b
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Mon Nov 1 23:53:05 2021 -0400
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>
---
gnu/packages/freedesktop.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3c61e0b..af42a07 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: gnu: xdg-desktop-portal-gtk: Add missing input.,
guix-commits <=