When running ~$ guix build -f test.scm~, where test.scm returns a file
like object, the output is built but an error is printed. According to
(info (guix) Additional Build Options), file-like objects are supported
by guix build -f.
For example, with the following file:
--8<---cut here
Hi,
On Mon, 11 Mar 2024 13:40:31 +0800,
chris wrote:
>
> All issues were resolved by removing grimshot and wlgreet
Fixed grimshot and wlgreet with fcf0fc0f33e6fc4ac96e585db5b048be620c3438 and
edfb05e16d409ab71f5cc5c91747b693f0054d59.
Thanks for reporting!
Hello!
Since the Emacs upgrade to 29.1 last october, I've been struggling with `sudo`
in Emacs shell with the `eshell-tramp` module loaded (`(add-to-list
'eshell-modules-list 'eshell-tramp)`).
It fails if given any command in ~/.guix-profile/bin:
```
~ $ sudo git
git: command not found
```
an
On Wed, Mar 06 2024, Nathan Dehnel wrote:
> ice-9/boot-9.scm:1683:16: In procedure raise-exception:
> In procedure getaddrinfo: System error
Looks like an issue with the domain. Guix tries to look up inet.af, but
the project doesn't have the domain any more[1].
Using "guix import go github.com/in
I'm on an Ubuntu 18.04 host running Guix. I just tried to do a Guix pull
after reading the advisory about the bug in the Guix Daemon and got the
following error, which suggested I send it to this email address:
Updating channel 'guix' from Git repository at '
https://git.savannah.gnu.org/git/guix.
Hi John,
> I would suggest we revert commit
> d084fb4b04a1cebb59959633660013fff495cd0d and/or use the previous version
> 6.1.3 until we can have docker compose with v2 support. As it is, this
> makes docker-compose unusable on Guix without some manual downgrade.
>
> Arun, what do you think?
Rev
Hi Edison and CC'ing Arun (commit in question),
On Mon, Mar 11, 2024 at 04:52 PM, Edison Ibáñez wrote:
> Greetings, with the last Commit, Python-Docker was updated, apparently this
> causes errors with Docker-Compose, the apparent solution is to update the
> Docker-Composse version, but changes