gnu: gpodder: Add bash-minimal.

* gnu/packages/gpodder.scm (gpodder)[inputs]: Add bash-minimal.
This commit is contained in:
Efraim Flashner 2021-07-20 21:37:21 +03:00
parent a2f8ec94f6
commit c4413569f7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)