Sorry for my tone, it might sound harsh, it's not what I meant, I just
didn't have coffee yet ;)
Clément Lassieur writes:
> Hi Ludo,
>
> Ludovic Courtès writes:
>
>> Sorry for the breakage! I noticed it yesterday and fixed it in
>> 33d1c970c323971da8d70a662748c7b1b520d6b6.
>>
>> Let me know if
Hi Ludo,
Ludovic Courtès writes:
> Sorry for the breakage! I noticed it yesterday and fixed it in
> 33d1c970c323971da8d70a662748c7b1b520d6b6.
>
> Let me know if you think anything else is wrong!
I find the initial commit[1] counterintuitive and would have loved a
discussion before the fix.
I
Hi Clément & Bengt,
Bengt Richter skribis:
> On +2019-12-01 18:20:24 +0100, Clément Lassieur wrote:
>> Hi,
>>
>> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5
>>
>> broke Guix CI.
>>
>> The reason is:
>>
>> (local-file (string-append "" ".
Bengt Richter writes:
> Would s/exemples/examples/g do any good?
Definitely.
On +2019-12-01 18:20:24 +0100, Clément Lassieur wrote:
> 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
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-APPEN