[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55118] [PATCH] gnu: Add phoronix-test-suite.
From: |
Maxime Devos |
Subject: |
[bug#55118] [PATCH] gnu: Add phoronix-test-suite. |
Date: |
Tue, 26 Apr 2022 09:14:19 +0200 |
User-agent: |
Evolution 3.38.3-1 |
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.
signature.asc
Description: This is a digitally signed message part
- [bug#55118] [PATCH] gnu: Add phoronix-test-suite., phodina, 2022/04/25
- [bug#55118] [PATCH] gnu: Add phoronix-test-suite., Maxime Devos, 2022/04/26
- [bug#55118] [PATCH] gnu: Add phoronix-test-suite., Maxime Devos, 2022/04/26
- [bug#55118] [PATCH] gnu: Add phoronix-test-suite.,
Maxime Devos <=
- [bug#55118] [PATCH] gnu: Add phoronix-test-suite., Maxime Devos, 2022/04/26
- [bug#55118] [PATCH] gnu: Add phoronix-test-suite., Maxime Devos, 2022/04/26
- [bug#55118] [PATCH] gnu: Add phoronix-test-suite, Denis 'GNUtoo' Carikli, 2022/04/26