~ruther/guix-local

fcb9b9340fd9557441bf42ca9b93a7651a5c94f9 — Andy Patterson 9 years ago 7f8fec0
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 <leo@famulari.name>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/glib.scm
M gnu/packages/glib.scm => gnu/packages/glib.scm +1 -1
@@ 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"))