apteryx pushed a commit to branch core-updates
in repository guix.

commit bde2dbb727922912760247aa80b6ee1680420be8
Author: Maxime Devos <[email protected]>
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 <[email protected]>
    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

Reply via email to