guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/62: gnu: libproxy: Remove network-manager.


From: guix-commits
Subject: 12/62: gnu: libproxy: Remove network-manager.
Date: Fri, 8 Feb 2019 16:26:33 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit b66b8f7960ee5d2b3ab12d2fb6532266dd269076
Author: Ricardo Wurmus <address@hidden>
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 6ba544e..a2df625 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1148,8 +1148,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]