me
/
guix
Archived
1
0
Fork 0

gnu: gpodder: Add bash-minimal.

* gnu/packages/gpodder.scm (gpodder)[inputs]: Add bash-minimal.
master
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
1 changed files with 3 additions and 1 deletions

View File

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