gnu: syncthing-gtk: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/syncthing.scm
(syncthing-gtk)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ie688a58c20a37765ac3d241936aaf7c3754b6680
This commit is contained in:
Maxime Devos 2021-07-02 12:07:17 +02:00 committed by Ludovic Courtès
parent 8e0c4fbd0f
commit ec40ab60b0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -34,6 +34,7 @@ (define-module (gnu packages syncthing)
#:use-module (guix git-download)
#:use-module (guix licenses)
#:use-module (gnu packages)
#:use-module (gnu packages bash)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
@ -186,7 +187,8 @@ (define-public syncthing-gtk
`("GI_TYPELIB_PATH" ":" prefix
(,(getenv "GI_TYPELIB_PATH"))))))))))
(inputs
(list gtk+
(list bash-minimal
gtk+
libappindicator
libnotify
python-bcrypt