guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gpodder: Add bash-minimal.


From: guix-commits
Subject: 02/03: gnu: gpodder: Add bash-minimal.
Date: Tue, 20 Jul 2021 14:42:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c4413569f7648ad64b5eb998a30379a117386251
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 20 21:37:21 2021 +0300

    gnu: gpodder: Add bash-minimal.
    
    * gnu/packages/gpodder.scm (gpodder)[inputs]: Add bash-minimal.
---
 gnu/packages/gpodder.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 4933f70..13a75d4 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -30,6 +30,7 @@
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages check)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages freedesktop)
@@ -69,7 +70,8 @@
        ("python-pytest-httpserver" ,python-pytest-httpserver)
        ("which" ,which)))
     (inputs
-     `(("gtk+" ,gtk+)
+     `(("bash-minimal" ,bash-minimal)
+       ("gtk+" ,gtk+)
        ("python-pygobject" ,python-pygobject)
        ("python-pycairo" ,python-pycairo)
        ("python-requests" ,python-requests)



reply via email to

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