guix-commits
[Top][All Lists]
Advanced

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

18/51: gnu: kde: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 18/51: gnu: kde: 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 c64bbe3f17badaf029e8ea518bb26c55fac42cd2
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:32 2021 +0200

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

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 20fbb41d73..a0ef77e5e5 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -184,6 +184,7 @@ This package contains GUI widgets for baloo.")
      (list akonadi
            akonadi-contacts
            akonadi-mime
+           bash-minimal
            boost
            breeze-icons
            gpgme
@@ -725,7 +726,8 @@ painting, image manipulating and icon editing.")
            qwt
            vc))
     (inputs
-     (list boost
+     (list bash-minimal
+           boost
            exiv2
            fftw
            giflib



reply via email to

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