From: Maxime Devos <maximedevos@telenet.be>
To: phodina <phodina@protonmail.com>, 55118@debbugs.gnu.org
Subject: [bug#55118] [PATCH] gnu: Add phoronix-test-suite.
Date: Tue, 26 Apr 2022 09:14:19 +0200 [thread overview]
Message-ID: <03b9d30a54203fc63fed1cf3757eb35fc565c725.camel@telenet.be> (raw)
In-Reply-To: <ZwPVKHlLHJddkFawjFaQROAHL6Ax2ww38wd6iCMGx7NCzkbcsFhOqvwV9kEv-bRUYNGosKYWu6-6F26lqENNM_ld0oiy6gB6CYz-D0mjrDk=@protonmail.com>
[-- Attachment #1: Type: text/plain, Size: 988 bytes --]
phodina via Guix-patches via schreef op di 26-04-2022 om 03:53 [+0000]:
> + `("PATH" ":" prefix
> + ,(map (lambda (dir)
> + (string-append dir "/bin:" dir
> + "/sbin"))
> + (list #$(this-package-input "php")
> + #$(this-package-input "sed")
> + #$(this-package-input
> "which")))))
To allow for inputs with changed names and avoid input labels, maybe:
`("PATH" ":" prefix
,(map (lambda (binary)
(dirname (search-input-file (string-append "bin/" binary))))
'("php" "sed" "which")))
?
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2022-04-26 7:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-26 3:53 [bug#55118] [PATCH] gnu: Add phoronix-test-suite phodina via Guix-patches via
2022-04-26 7:09 ` Maxime Devos
2022-04-26 7:12 ` Maxime Devos
2022-04-26 7:14 ` Maxime Devos [this message]
2022-04-26 7:18 ` Maxime Devos
2022-04-26 7:19 ` Maxime Devos
2022-04-26 13:01 ` Denis 'GNUtoo' Carikli
2022-07-07 21:46 ` bug#55118: " Maxim Cournoyer
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=03b9d30a54203fc63fed1cf3757eb35fc565c725.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=55118@debbugs.gnu.org \
--cc=phodina@protonmail.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.