guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/51: gnu: ebook: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 20/51: gnu: ebook: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 15:19:31 -0400 (EDT)

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

commit fe57efa66b7d87d78dabbb7dc1cc9500ac93b342
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:34 2021 +0200

    gnu: ebook: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/ebook.scm
    (calibre)[inputs]: Add 'bash-minimal'.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: I6f063c0d735237da24828ff5561825de7142c807
---
 gnu/packages/ebook.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 16d4fcd6e3..57043e2b9c 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -159,7 +159,8 @@ with Microsoft Compiled HTML (CHM) files")
            qtbase-5                     ; for qmake
            xdg-utils))
     (inputs
-     (list fontconfig
+     (list bash-minimal
+           fontconfig
            font-liberation
            glib
            hunspell



reply via email to

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