From: Vincent Legoll <vincent.legoll@gmail.com>
To: 41254@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#41254] [PATCH] gnu: boost: Add which to native-inputs.
Date: Thu, 14 May 2020 12:13:53 +0200 [thread overview]
Message-ID: <20200514101353.27963-1-vincent.legoll@gmail.com> (raw)
To fix:
./bootstrap.sh: line 28: which: command not found
* gnu/packages/boost.scm (boost)[native-inputs]: Add which.
---
gnu/packages/boost.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 2f2ca289ab..f6f442c5bf 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -38,6 +38,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system trivial)
#:use-module (gnu packages)
+ #:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages perl)
@@ -82,7 +83,8 @@
,@(if (%current-target-system)
'()
`(("python" ,python-wrapper)))
- ("tcsh" ,tcsh)))
+ ("tcsh" ,tcsh)
+ ("which" ,which)))
(arguments
`(#:imported-modules ((guix build python-build-system)
,@%gnu-build-system-modules)
--
2.26.2
next reply other threads:[~2020-05-14 10:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-14 10:13 Vincent Legoll [this message]
2020-05-14 11:23 ` [bug#41254] [PATCH] gnu: boost: Add which to native-inputs Tobias Geerinckx-Rice via Guix-patches via
2020-05-14 11:37 ` Vincent Legoll
2020-05-14 12:13 ` bug#41254: " Tobias Geerinckx-Rice via Guix-patches via
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200514101353.27963-1-vincent.legoll@gmail.com \
--to=vincent.legoll@gmail.com \
--cc=41254@debbugs.gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.