Hi Mark,
Mark H Weaver skribis:
> This introduces a duplicate field initializer in the expanded 'package'
> object, because the 'dummy-package' macro introduces its own
> 'build-system' field initializer. From (guix tests):
>
> (define-syntax-rule (dummy-package name* extra-fields ...)
>
Hi Mark,
fixed in commit 69e47686c9a8a2b5c4ee33e5b14da657de3d7ca0.
P.S. I copied that from other tests, so those are also broken
in the same way. These are in these files:
* tests/gexp.scm
* tests/guix-build.sh
* tests/profiles.scm
* tests/packages.scm
The ones using the original definition ar
Hi Danny,
guix-comm...@gnu.org writes:
> dannym pushed a commit to branch master
> in repository guix.
>
> commit 49ec5d88c5770ae49b45849cb691c8921ecf4ca7
> Author: Danny Milosavljevic
> Date: Mon Jan 14 15:44:16 2019 +0100
>
> tests: docker: Run a guest guile inside the docker container.