bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38445: Guix CI evaluation broken


From: Clément Lassieur
Subject: bug#38445: Guix CI evaluation broken
Date: Sun, 01 Dec 2019 18:20:24 +0100
User-agent: mu4e 1.2.0; emacs 26.3

Hi,

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5

broke Guix CI.

The reason is:

    (local-file (string-append "" "../some-file"))

now differs from

    (local-file "../some-file")

And in gnu/system/install.scm (line 246) there's a STRING-APPEND.

We could probably do an easy fix by changing (string-append
"exemples/" ...) to (string-append "gnu/system/exemples/" ...) but
still, I find that new behaviour weird.

Clément





reply via email to

[Prev in Thread] Current Thread [Next in Thread]