mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: gpodder: Add bash-minimal.
* gnu/packages/gpodder.scm (gpodder)[inputs]: Add bash-minimal.
This commit is contained in:
parent
a2f8ec94f6
commit
c4413569f7
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@ (define-module (gnu packages gpodder)
|
|||
#: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 @@ (define-public gpodder
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue