mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Ludovic Courtès
parent
8e0c4fbd0f
commit
ec40ab60b0
@@ -34,6 +34,7 @@
|
||||
#: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 @@ Protocol.")
|
||||
`("GI_TYPELIB_PATH" ":" prefix
|
||||
(,(getenv "GI_TYPELIB_PATH"))))))))))
|
||||
(inputs
|
||||
(list gtk+
|
||||
(list bash-minimal
|
||||
gtk+
|
||||
libappindicator
|
||||
libnotify
|
||||
python-bcrypt
|
||||
|
||||
Reference in New Issue
Block a user