[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: glib-networking: Remove unused input.
From: |
guix-commits |
Subject: |
02/03: gnu: glib-networking: Remove unused input. |
Date: |
Fri, 12 Jul 2019 10:54:09 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4b8f131345132c3d563374f132c2552f387c991a
Author: Marius Bakke <address@hidden>
Date: Fri Jul 12 16:51:22 2019 +0200
gnu: glib-networking: Remove unused input.
This is a follow-up to commit 0d75c64d7844bf35b4e1cd09bcc50b2a1005c191.
* gnu/packages/gnome.scm (glib-networking)[inputs]: Remove P11-KIT.
---
gnu/packages/gnome.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 92f5abc..aa9731b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2613,8 +2613,7 @@ library.")
(inputs
`(("glib" ,glib)
("gnutls" ,gnutls)
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("p11-kit" ,p11-kit)))
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
(home-page "https://www.gnome.org")
(synopsis "Network-related GIO modules")
(description