all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: dbus@1.10.12: Fix search paths.
@ 2016-10-15 19:49 Andy Patterson
  2016-10-15 22:14 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Patterson @ 2016-10-15 19:49 UTC (permalink / raw)
  To: guix-devel

Hello,

I noticed that since 34f9582a, dbus wasn't starting up colord or
elogind on GuixSD. The following patch aims to address that.

--
Andy


From dd248d4cc7eccba01119dfd50701f75c1ee5fec8 Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sat, 15 Oct 2016 15:38:27 -0400
Subject: [PATCH] gnu: dbus@1.10.12: Fix search paths.

Add the patches from dbus' source field back into its replacement. This
ensures that the grafted dbus package can find its services on GuixSD.

* gnu/packages/glib.scm (dbus-1.10.12)[source]: Inherit from
  '(package-source dbus)'
---
 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"))
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: dbus@1.10.12: Fix search paths.
  2016-10-15 19:49 [PATCH] gnu: dbus@1.10.12: Fix search paths Andy Patterson
@ 2016-10-15 22:14 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-10-15 22:14 UTC (permalink / raw)
  To: Andy Patterson; +Cc: guix-devel

On Sat, Oct 15, 2016 at 03:49:13PM -0400, Andy Patterson wrote:
> Hello,
> 
> I noticed that since 34f9582a, dbus wasn't starting up colord or
> elogind on GuixSD. The following patch aims to address that.

Mea culpa!

Thanks for catching this and sending a patch. Pushed as
fcb9b9340fd9557441bf42ca9b93a7651a5c94f9.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-15 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-15 19:49 [PATCH] gnu: dbus@1.10.12: Fix search paths Andy Patterson
2016-10-15 22:14 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.