mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: networking: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/networking.scm (blueman)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifd94df2e7fd13c6036119940dc24d1366a75376d
This commit is contained in:
parent
e3246db5de
commit
d3973ed374
1 changed files with 2 additions and 1 deletions
|
@ -983,7 +983,8 @@ (define-public blueman
|
||||||
intltool
|
intltool
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list bluez
|
(list bash-minimal
|
||||||
|
bluez
|
||||||
dbus
|
dbus
|
||||||
(librsvg-for-system)
|
(librsvg-for-system)
|
||||||
glib
|
glib
|
||||||
|
|
Loading…
Reference in a new issue