apteryx pushed a commit to branch core-updates
in repository guix.
commit a9cae31c78602768927dc8ef0dd4ca7c6610ba29
Author: Maxime Devos <[email protected]>
AuthorDate: Fri Jul 2 12:07:17 2021 +0200
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 <[email protected]>
Change-Id: Ie688a58c20a37765ac3d241936aaf7c3754b6680
---
gnu/packages/syncthing.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 1709840211..b11c6219b3 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -32,6 +32,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)
@@ -181,7 +182,8 @@ Protocol.")
`("GI_TYPELIB_PATH" ":" prefix
(,(getenv "GI_TYPELIB_PATH"))))))))))
(inputs
- (list gtk+
+ (list bash-minimal
+ gtk+
libappindicator
libnotify
python-bcrypt