guix-patches
[Top][All Lists]
Advanced

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

[bug#55017] [PATCH] gnu: Add worklog.


From: Maxime Devos
Subject: [bug#55017] [PATCH] gnu: Add worklog.
Date: Tue, 19 Apr 2022 10:47:17 +0200
User-agent: Evolution 3.38.3-1

Foo Chuan Wei schreef op di 19-04-2022 om 07:27 [+0000]:
> +             (string-append "BIN=" %output "/bin")
> +             (string-append "MAN=" %output "/share/man"))

%output is undocumented, use #$output instead:

  (arguments
    (list #:make-flags
          #~(list (string-append "CC=" #$(cc-for-target))
                  (string-append "BIN=" #$output "/bin")
                  ...)
          #:phases
          #~(modify-phases ...)
          ...))

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]