guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57659] [PATCH v3] gnu: Add blesh.


From: Maxime Devos
Subject: [bug#57659] [PATCH v3] gnu: Add blesh.
Date: Thu, 15 Sep 2022 17:26:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0



On 14-09-2022 10:40, Christopher Baines wrote:

kiasoc5 <kiasoc5@disroot.org> writes:

Tests pass now.

* gnu/packages/bash.scm (blesh): New variable.
---
  gnu/packages/bash.scm | 45 +++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 45 insertions(+)

Thanks. I've tweaked the name of one of the phaess (use-LANG-for-tests
rather than use-LC_ALL-for-tests) as that seemed more correct. I also
removed some inputs that were redundant (coreutils is provided by the
gnu-build-system, so is an implicit input), and git-minimal didn't seem
to be required.

gnu-build-system only provides a _natively compiled_ coreutils (for --system), not a cross-compiled coreutils (for --target). As such, it is not redundant (unless it compile-time only (*), the build system isn't clear to me).

>+                        (add-after 'unpack 'make-readlink-work
>+                          (lambda _
>+                            (substitute* "ble.pp"
>+                              (("PATH=/bin:/usr/bin readlink")
>+                               (search-input-file %build-inputs
>+                                                  "/bin/readlink")))))

You're mixing G-exp (new) and %build-inputs (old).  How about
(search-input-file inputs "bin/readlink") or (which "readlink") (depending on whether inputs or native-inputs is appropriate) instead?

Greetings,
Maxime.

(*) can be verified by using "guix gc --references".

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]