On Sun, Sep 11, 2016 at 08:01:19PM +0300, Alex Kost wrote: > Christopher Baines (2016-09-11 11:00 +0100) wrote: > > + #:use-module ((guix build glib-or-gtk-build-system) #:prefix > > glib-or-gtk:) > > This line is not needed. You use it in the #:modules argument in the > package definition, but it should not be put in the top level > 'define-module' form.
Thanks Alex, I fixed it in a followup commit.