diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 16:51:22 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-12 16:51:22 +0200 |
commit | 4b8f131345132c3d563374f132c2552f387c991a (patch) | |
tree | 5a627fdbf1b6a78ce47237b13e85a37b6fcda78e /gnu/packages | |
parent | ee46474d54a661e87cd501c3fde6e572b3423a60 (diff) | |
download | patches-4b8f131345132c3d563374f132c2552f387c991a.tar patches-4b8f131345132c3d563374f132c2552f387c991a.tar.gz |
gnu: glib-networking: Remove unused input.
This is a follow-up to commit 0d75c64d7844bf35b4e1cd09bcc50b2a1005c191.
* gnu/packages/gnome.scm (glib-networking)[inputs]: Remove P11-KIT.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 92f5abc292..aa9731b0fc 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 |