guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: dbus: Eliminate graft.


From: Marius Bakke
Subject: 03/05: gnu: dbus: Eliminate graft.
Date: Wed, 30 Nov 2016 17:45:55 +0000 (UTC)

mbakke pushed a commit to branch staging
in repository guix.

commit 86cf191426534ba5eac15e02ae20b1a0ba7f0bf4
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 30 18:07:03 2016 +0100

    gnu: dbus: Eliminate graft.
    
    * gnu/packages/glib.scm (dbus)[replacement]: Remove field.
    [version]: Update to 1.10.12.
    [source]: Update hash.
    (dbus-1.10.12): Remove variable.
---
 gnu/packages/glib.scm |   20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2b57f85..e7419fd 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -64,8 +64,7 @@
 (define dbus
   (package
     (name "dbus")
-    (replacement dbus-1.10.12)
-    (version "1.10.10")
+    (version "1.10.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -73,7 +72,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "0hwsfczhx2djmc9116vj5v230i7gpjihwh3vbljs1ldlk831v3wx"))
+                "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1"))
               (patches (search-patches "dbus-helper-search-path.patch"))))
     (build-system gnu-build-system)
     (arguments
@@ -132,21 +131,6 @@ or through unencrypted TCP/IP suitable for use behind a 
firewall with
 shared NFS home directories.")
     (license license:gpl2+)))                     ; or Academic Free License 
2.1
 
-(define dbus-1.10.12
-  (package
-    (inherit dbus)
-    (name "dbus")
-    (source
-      (let ((version "1.10.12"))
-        (origin
-          (inherit (package-source dbus))
-          (uri (string-append
-                "https://dbus.freedesktop.org/releases/dbus/dbus-";
-                version ".tar.gz"))
-          (sha256
-           (base32
-            "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1")))))))
-
 (define glib
   (package
    (name "glib")



reply via email to

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