mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
8e0c4fbd0f
commit
ec40ab60b0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue