GNU bug report logs - #53964
[PATCH 0/4] Build nhc98 and ghc@4 with regular dependencies

Previous Next

Package: guix-patches;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Sat, 12 Feb 2022 21:44:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Ludovic Courtès <ludo <at> gnu.org>, 53964 <at> debbugs.gnu.org
Subject: [bug#53964] [PATCH 2/4] gnu: gcc: Add 2.95.
Date: Sat, 12 Feb 2022 23:35:14 +0100
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.