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 34f9582aad.

* gnu/packages/glib.scm (dbus-1.10.12)[source]: Inherit from dbus.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Andy Patterson 2016-10-15 15:49:13 -04:00 committed by Leo Famulari
parent 7f8fec0fa4
commit fcb9b9340f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -139,7 +139,7 @@ (define dbus-1.10.12
(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"))