aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-07-02 12:06:51 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:42:36 +0200
commita2255a5b783fe3a1a5b7b1284f394d5ff1589fe3 (patch)
tree91d3dae1583a2f4b14840dc6eaea63125dfe88d8 /gnu
parentfab57d9cc3b4367b8bdd18fe306421752a8cd374 (diff)
downloadguix-a2255a5b783fe3a1a5b7b1284f394d5ff1589fe3.tar.gz
guix-a2255a5b783fe3a1a5b7b1284f394d5ff1589fe3.zip
gnu: moreutils: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/moreutils.scm (moreutils)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3f0d8ec4f7f6c99a5c759abe2f438ccbbb5c913c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/moreutils.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index 0a1d1cac23..286a80312d 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -20,6 +20,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages moreutils)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages docbook)
#:use-module (gnu packages perl)
#:use-module (gnu packages xml)
@@ -64,7 +65,8 @@
"docbook-xsl")))
(string-append "CC=" #$(cc-for-target)))))
(inputs
- (list perl
+ (list bash-minimal
+ perl
perl-ipc-run
perl-timedate
perl-time-duration))
5575b0ed722accdefd969cc234197'>gnu: python-pytest-xdist: Use pyproject-build-system....Nicolas Graves 2024-04-06gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz....Sharlatan Hellseher 2024-03-29gnu: Add python-pytest-examples....Sharlatan Hellseher 2024-03-29gnu: Add python-nose-exclude....Sharlatan Hellseher 2024-03-27gnu: Add python-pytest-relaxed....nafkhamdc 2024-03-10gnu: check-0.14: Fix build on powerpc-linux....Efraim Flashner 2024-03-09gnu: catch2-3: Update to 3.5.3....Zheng Junjie 2024-03-02gnu: Add theft....Liliana Marie Prikler 2024-03-02gnu: Add greatest....Liliana Marie Prikler 2024-02-27gnu: googlebenchmark: Update to 1.8.3....Greg Hogan 2024-02-17gnu: Add python-pytest-tornado5....Giacomo Leidi 2024-02-13gnu: go-golang.org-x-sync-errgroup: Move to golang-build....Sharlatan Hellseher 2024-01-28gnu: go-github.com-smartystreets-goconvey: Move to (gnu packages golang-check)....Sharlatan Hellseher 2024-01-28gnu: go-github.com-smartystreets-assertions: Move to (gnu packages golang-che......Sharlatan Hellseher 2024-01-28gnu: go-github.com-smartystreets-gunit: Move to (gnu packages golang-check)....Sharlatan Hellseher 2024-01-23gnu: python-nose2: Update to 0.14.0....Ricardo Wurmus 2024-01-16gnu: Add python-pytest-nunit....Ricardo Wurmus 2024-01-13gnu: check2: Fix tests on i686-linux....John Kehayias 2024-01-09gnu: catch2-3: Update to 3.5.1....Maxim Cournoyer 2024-01-09gnu: Add python-pytest-dotenv....Troy Figiel 2024-01-03gnu: actionlint: Update to 1.6.26....Sharlatan Hellseher 2023-12-05gnu: python-setuptools-lint: Add missing input....Efraim Flashner 2023-12-02gnu: python-lit: Update to 17.0.6....Efraim Flashner 2023-11-18gnu: python-pytest-perf: Update to 0.13.1....Troy Figiel 2023-10-14gnu: guile-proba: Fix environment vars in Guile Proba's script....Fabio Natali 2023-10-11gnu: guile-proba: Update to 0.3.1....Fabio Natali