mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: dbus: Fix bad 'origin' form in dbus-1.10.12.
This is a followup to commit dcaf70897a
.
* gnu/packages/glib.scm (dbus-1.10.12)[source]: Remove unneeded 'method'
field, so that 'inherit' comes first.
This commit is contained in:
parent
dcaf70897a
commit
c9a71c6fda
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ (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-"
|
||||
|
|
Loading…
Reference in a new issue