[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/51: gnu: plotutils: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
45/51: gnu: plotutils: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:34 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit bde2dbb727922912760247aa80b6ee1680420be8
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:13:18 2021 +0200
gnu: plotutils: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/plotutils.scm
(plotutils)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ib898b9ff05c65bdd58fa97b093d3d0f7683f12f2
---
gnu/packages/plotutils.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 9b3bb4dfc8..3411883895 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -261,8 +261,7 @@ using the Cairo drawing library.")
;; Allow them to be found.
(wrap-program (string-append bin "/pl")
`("PLOTICUS_PREFABS" ":" = (,dir)))))))))
- (inputs
- (list libpng libx11 zlib))
+ (inputs (list bash-minimal libpng libx11 zlib))
(home-page "https://ploticus.sourceforge.net/")
(synopsis "Command-line tool for producing plots and charts")
(description
- 44/51: gnu: piet: Add 'bash' input for 'wrap-program'., (continued)
- 44/51: gnu: piet: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 46/51: gnu: presentty: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 16/51: gnu: linux: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/51: gnu: dblatex: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/51: gnu: zeal: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 31/51: gnu: windowmaker: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/51: gnu: icecat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 37/51: gnu: gtk-doc: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 38/51: gnu: guile-wm: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 45/51: gnu: plotutils: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 51/51: gnu: rust: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 18/51: gnu: kde: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 20/51: gnu: ebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 28/51: gnu: gramps: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/51: gnu: icedove: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/51: gnu: xdot: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 39/51: gnu: raincat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 50/51: gnu: rednotebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/51: gnu: julia: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 49/51: gnu: gnuradio: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21