guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]