guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dbus-1.10.12: Fix search paths.


From: Leo Famulari
Subject: 01/01: gnu: dbus-1.10.12: Fix search paths.
Date: Sat, 15 Oct 2016 22:14:15 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit fcb9b9340fd9557441bf42ca9b93a7651a5c94f9
Author: Andy Patterson <address@hidden>
Date:   Sat Oct 15 15:49:13 2016 -0400

    gnu: dbus-1.10.12: Fix search paths.
    
    Add the patches from dbus's source field back into its replacement. This 
ensures
    that the grafted dbus package can find its services on GuixSD.
    
    This is a follow-up to commit 34f9582aad557cd816bb3215fb4d7da7d1c5229a.
    
    * gnu/packages/glib.scm (dbus-1.10.12)[source]: Inherit from dbus.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/glib.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e549dd7..802c809 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -139,7 +139,7 @@ shared NFS home directories.")
     (source
       (let ((version "1.10.12"))
         (origin
-          (method url-fetch)
+          (inherit (package-source dbus))
           (uri (string-append
                 "https://dbus.freedesktop.org/releases/dbus/dbus-";
                 version ".tar.gz"))



reply via email to

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