unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>, 56119@debbugs.gnu.org
Subject: [bug#56119] [PATCH] gnu: Add phoronix-test-suite.
Date: Tue, 21 Jun 2022 11:51:28 +0200	[thread overview]
Message-ID: <d5becd9fcfeb2a7824fed37f96ae97756dd7fe55.camel@telenet.be> (raw)
In-Reply-To: <20220621052000.1163-1-maxim.cournoyer@gmail.com>

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

Maxim Cournoyer schreef op di 21-06-2022 om 01:20 [-0400]:
> +                (wrap-program pts
> +                  (list "PATH" 'prefix
> +                        (list (string-append #$(this-package-input "bash")
> +                                             "/bin")
> +                              (string-append #$(this-package-input "coreutils")
> +                                             "/bin")
> +                              (string-append #$(this-package-input "gzip")
> +                                             "/bin")
> +                              (string-append #$(this-package-input "make")
> +                                             "/bin")
> +                              (string-append #$(this-package-input "php")
> +                                             "/bin")
> +                              (string-append #$(this-package-input "sed")
> +                                             "/bin")
> +                              (string-append #$(this-package-input "tar")
> +                                             "/bin")
> +                              (string-append #$(this-package-input "which")
> +                                             "/bin"))))))))))

Can be simplified and delabelified (untested):

(list "PATH" 'prefix
      (map (lambda (binary)
             (search-input-file inputs (string-append "bin/" binary)))
           '("bash" "tar" "which" "cat" "gzip" [...])))

(Only looked at the phases)

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-06-21  9:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-21  5:20 [bug#56119] [PATCH] gnu: Add phoronix-test-suite Maxim Cournoyer
2022-06-21  9:51 ` Maxime Devos [this message]
2022-06-22 14:46   ` bug#56119: " 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=d5becd9fcfeb2a7824fed37f96ae97756dd7fe55.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=56119@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).