guix-patches
[Top][All Lists]
Advanced

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

[bug#48287] [PATCH] gnu: Add guile-raw-strings.


From: Xinglu Chen
Subject: [bug#48287] [PATCH] gnu: Add guile-raw-strings.
Date: Sun, 09 May 2021 10:12:44 +0200

On Sat, May 08 2021, Maxime Devos wrote:

>> +           (add-after 'build 'check
>> +             (lambda _
>> +               (invoke "guile" "-L" "." "-s" "test.scm"))))))
>
> To support "guix build --without-tests", make this
>
>> +           (add-after 'build 'check
>> +             (lambda* (#:key tests? #:allow-other-keys)
>> +               (when tests?
>> +                 (invoke "guile" "-L" "." "-s" "test.scm")))))))

Thanks for taking a look. :)






reply via email to

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