1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

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
This commit is contained in:
Maxime Devos
2021-07-02 12:13:18 +02:00
committed by Ludovic Courtès
parent feb52f7fd3
commit ad67bbb5b7
+1 -2
View File
@@ -343,8 +343,7 @@ went to university in the 1990s, this is the library for you.")
;; 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