guix-patches
[Top][All Lists]
Advanced

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

[bug#53964] [PATCH 2/4] gnu: gcc: Add 2.95.


From: Maxime Devos
Subject: [bug#53964] [PATCH 2/4] gnu: gcc: Add 2.95.
Date: Sat, 12 Feb 2022 23:35:14 +0100
User-agent: Evolution 3.38.3-1

Ludovic Courtès schreef op za 12-02-2022 om 22:45 [+0100]:
> +               (replace 'configure
> +                 (lambda* (#:key outputs build configure-flags
> +                           #:allow-other-keys)
> +                   ;; It's an old 'configure' script so it needs some help.
> +                   (let ((out (assoc-ref outputs "out")))

Input labels (well, ‘output labels’) can be removed here to a degree:

(lambda* (#:key build configure-flags #:allow-other-keys)
  ;; [...]
  (define out #$output)
  (setenv "CONFIG_SHELL" [...])
  [...])

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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