guix-patches
[Top][All Lists]
Advanced

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

[bug#54460] [PATCH v2] gnu: sbcl-printv: Update to e717a7f.


From: Maxime Devos
Subject: [bug#54460] [PATCH v2] gnu: sbcl-printv: Update to e717a7f.
Date: Sat, 19 Mar 2022 10:58:14 +0100
User-agent: Evolution 3.38.3-1

jgart via Guix-patches via schreef op za 19-03-2022 om 03:47 [-0400]:
> +         (modify-phases %standard-phases
> +           (add-after 'unpack 'patch-figlet-executable
> +             (lambda* (#:key inputs #:allow-other-keys)
> +               (substitute* "printv.lisp"
> +                 (("\"figlet") (string-append "\"" (which "figlet")))))))))

'which' looks in 'native-inputs', not 'inputs', so when cross-
compilation this is probably broken.  I suggest
(search-input-file inputs "bin/figlet") instead.

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]