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: Maxime Devos
Subject: [bug#48287] [PATCH] gnu: Add guile-raw-strings.
Date: Sat, 08 May 2021 23:18:49 +0200
User-agent: Evolution 3.34.2

> +           (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")))))))

Greetings,Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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