guix-commits
[Top][All Lists]
Advanced

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

01/51: gnu: syndication: Add 'bash' input for 'wrap-program'.


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

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

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

    gnu: syndication: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/syndication.scm
    (cawbird)[inputs]: Add 'bash-minimal'.
    (giara)[inputs]: Likewise.
    (liferea)[inputs]: Likewise.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Iddf5498518ab5e73d04b3b96f0a71db05feed875
---
 gnu/packages/syndication.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index ac00d396b5..565e311823 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -137,7 +137,8 @@
        ("xmllint" ,libxml2)
        ("xorg-server" ,xorg-server-for-tests)))
     (inputs
-     `(("glib" ,glib)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("glib" ,glib)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gspell" ,gspell)
        ("gstreamer" ,gstreamer)
@@ -201,7 +202,8 @@ cards.")
            (list gtk "bin")
            pkg-config))
     (inputs
-     (list blueprint-compiler
+     (list bash-minimal
+           blueprint-compiler
            glib
            gtk
            gtksourceview
@@ -404,7 +406,8 @@ file system, and many more features.")
            pkg-config
            which))
     (inputs
-     (list glib
+     (list bash-minimal
+           glib
            glib-networking
            gnome-keyring
            gsettings-desktop-schemas



reply via email to

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