Re: [PATCH 1/1] gnu: dbus-1.10.12: Fix Guix build failure.

2016-10-18 Thread Leo Famulari
On Tue, Oct 18, 2016 at 03:00:50PM +0200, Ludovic Courtès wrote:
> Leo Famulari  skribis:
> 
> > Previously, building Guix failed like this:
> >
> > --
> > ice-9/psyntax.scm:1422:32: In procedure expand-macro:
> > ice-9/psyntax.scm:1422:32: Syntax error:
> > gnu/packages/glib.scm:141:8: origin: extraneous field initializers 
> > (inherit) in form (origin (method url-fetch) (inherit (package-source 
> > dbus)) (uri (string-append 
> > "https://dbus.freedesktop.org/releases/dbus/dbus-; version ".tar.gz")) 
> > (sha256 (base32 "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1")))
> > --
> 
> I don’t get that error.  Are you using Guile 2.1?

For those reading along, Mark fixed this problem (in a different way) in
c9a71c6fdab6914dd648b76c349c3af9018cad35.



Re: [PATCH 1/1] gnu: dbus-1.10.12: Fix Guix build failure.

2016-10-18 Thread Ludovic Courtès
Leo Famulari  skribis:

> Previously, building Guix failed like this:
>
> --
> ice-9/psyntax.scm:1422:32: In procedure expand-macro:
> ice-9/psyntax.scm:1422:32: Syntax error:
> gnu/packages/glib.scm:141:8: origin: extraneous field initializers (inherit) 
> in form (origin (method url-fetch) (inherit (package-source dbus)) (uri 
> (string-append "https://dbus.freedesktop.org/releases/dbus/dbus-; version 
> ".tar.gz")) (sha256 (base32 
> "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1")))
> --

I don’t get that error.  Are you using Guile 2.1?

Ludo’.