mhw pushed a commit to branch core-updates
in repository guix.

commit c9a71c6fdab6914dd648b76c349c3af9018cad35
Author: Mark H Weaver <m...@netris.org>
Date:   Mon Oct 17 21:04:57 2016 -0400

    gnu: dbus: Fix bad 'origin' form in dbus-1.10.12.
    
    This is a followup to commit dcaf70897a0bad38a4638a2905aaa3c46b1f1402.
    
    * gnu/packages/glib.scm (dbus-1.10.12)[source]: Remove unneeded 'method'
    field, so that 'inherit' comes first.
---
 gnu/packages/glib.scm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 9a1459a..2b57f85 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -139,7 +139,6 @@ 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-";

Reply via email to