Re: 01/01: tests: docker: Run a guest guile inside the docker container.

2019-01-19 Thread Ludovic Courtès
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 ...) >

Re: 01/01: tests: docker: Run a guest guile inside the docker container.

2019-01-18 Thread Danny Milosavljevic
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

Re: 01/01: tests: docker: Run a guest guile inside the docker container.

2019-01-17 Thread Mark H Weaver
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.