unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: jgart <jgart@dismail.de>, 54460@debbugs.gnu.org
Subject: [bug#54460] [PATCH v2] gnu: sbcl-printv: Update to e717a7f.
Date: Sat, 19 Mar 2022 10:58:14 +0100	[thread overview]
Message-ID: <e6708a5252add19d40aa078a08a9ba237baebdd2.camel@telenet.be> (raw)
In-Reply-To: <20220319074735.27780-1-jgart@dismail.de>

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

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 #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-03-19  9:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-19  6:55 [bug#54460] [PATCH] gnu: sbcl-printv: Update to e717a7f jgart via Guix-patches via
2022-03-19  7:47 ` [bug#54460] [PATCH v2] " jgart via Guix-patches via
2022-03-19  9:58   ` Maxime Devos [this message]
2022-03-21  9:00     ` bug#54460: " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e6708a5252add19d40aa078a08a9ba237baebdd2.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=54460@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).