GNU bug report logs - #55017
[PATCH] gnu: Add worklog.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Tue, 19 Apr 2022 07:28:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 55017 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>, 55017 <at> debbugs.gnu.org
Subject: Re: [bug#55017] [PATCH] gnu: Add worklog.
Date: Tue, 19 Apr 2022 10:47:17 +0200
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 104 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.