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:
parent
feb52f7fd3
commit
ad67bbb5b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user