rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit d77c454b15631e7f56089a4456138f4a7b08a1ac
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 16:01:23 2018 +0200
gnu: libproxy: Remove network-manager.
This is necessary to break a dependency cycle.
* gnu/packages/networking.scm (libproxy)[inputs]: Remove network-manager.
---
gnu/packages/networking.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f7b0b15..39dc5db 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1144,8 +1144,7 @@ sockets in Perl.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("dbus" ,dbus)
- ("zlib" ,zlib)
- ("network-manager" ,network-manager)))
+ ("zlib" ,zlib)))
(arguments
`(#:phases
(modify-phases %standard-phases