1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-14 13:15:56 +02:00

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
+1 -1
View File
@@ -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"))