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: Wed, 23 Jan 2019 06:12:46 -0500 (EST)

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

commit 54dee24aa3b9c0051e4948974b6aa7472caef429
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 df06302..27045ae 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]