all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Foo Chuan Wei <chuanwei.foo@hotmail.com>, 55017@debbugs.gnu.org
Subject: [bug#55017] [PATCH] gnu: Add worklog.
Date: Tue, 19 Apr 2022 10:47:17 +0200	[thread overview]
Message-ID: <2d8ddf730dd61a3cab0ea81c4295c584cc8b86fd.camel@telenet.be> (raw)
In-Reply-To: <PU1PR01MB21558163D31594E9480B196D8DF29@PU1PR01MB2155.apcprd01.prod.exchangelabs.com>

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

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 #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-04-19  8:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19  7:27 [bug#55017] [PATCH] gnu: Add worklog Foo Chuan Wei
2022-04-19  8:47 ` Maxime Devos [this message]
2022-04-27  9:24 ` bug#55017: " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d8ddf730dd61a3cab0ea81c4295c584cc8b86fd.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=55017@debbugs.gnu.org \
    --cc=chuanwei.foo@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.