mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
feb52f7fd3
commit
ad67bbb5b7
1 changed files with 1 additions and 2 deletions
|
@ -343,8 +343,7 @@ (define-public ploticus
|
|||
;; 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 a new issue