guix-commits
[Top][All Lists]
Advanced

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

23/51: gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'.


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

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

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

    gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/dejavu.scm
      (didjvu)[inputs]: Add 'bash-minimal'.
      (ocrodjvu)[inputs]: Likewise.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Iad4ae04506111fd86646148a9b809e4714660b97
---
 gnu/packages/djvu.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/djvu.scm b/gnu/packages/djvu.scm
index 084aba2398..01b1dbaf43 100644
--- a/gnu/packages/djvu.scm
+++ b/gnu/packages/djvu.scm
@@ -31,6 +31,7 @@
   #:use-module (guix build-system python)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages gawk)
@@ -346,7 +347,8 @@ and white.")
                    `("PATH" ":" prefix (,(string-append djvulibre 
"/bin"))))))))))
       (native-inputs (list python-nose))
       (inputs
-       (list djvulibre
+       (list bash-minimal
+             djvulibre
              minidjvu
              python-gamera
              python-pillow
@@ -380,7 +382,8 @@ and background layers of images, which can then be encoded 
into a DjVu file.")
       (native-inputs
        (list libxml2 python-nose python-pillow))
       (inputs
-       (list djvulibre
+       (list bash-minimal
+             djvulibre
              ocrad
              python-djvulibre
              python-future



reply via email to

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