guix-devel
[Top][All Lists]
Advanced

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

Re: Status update+patches:Re: I managed to build guix natively on Debian


From: Ricardo Wurmus
Subject: Re: Status update+patches:Re: I managed to build guix natively on Debian GNU/Hurd , what's next?
Date: Wed, 04 Sep 2019 09:52:01 +0200
User-agent: mu4e 1.2.0; emacs 26.2

Svante Signell <address@hidden> writes:

> On Wed, 2019-09-04 at 06:31 +0200, Svante Signell wrote:
>> 
>> unpacking bootstrap Guile to '/gnu/store/ncp3yhr6c38kqvgb8c967vnhly59yf1m-
>> guile-bootstrap-2.0'...
>
> This stuff comes from gnu/packages/bootstrap.scm
> #!~a
> export GUILE_SYSTEM_PATH=~a/share/guile/2.0

…

Didn’t you use Guile 2.2 for the bootstrap?  This generated script
assumes that Guile 2.0 is used.

> BTW: What is ~a, something guile-specific?

“~a” is a format string placeholder.

(format #f "hello, ~a!  I‘m ~a years old."
           "world" 12)

=> "hello, world!  I‘m 12 years old."

-- 
Ricardo




reply via email to

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