mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: chromium: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I34ca11b72b937daf480a4c834c06d65d1b1add41
This commit is contained in:
parent
3e33f2e00c
commit
9a8c76f4cd
1 changed files with 1 additions and 0 deletions
|
@ -869,6 +869,7 @@ (define-public ungoogled-chromium
|
|||
(inputs
|
||||
(list alsa-lib
|
||||
at-spi2-core
|
||||
bash-minimal
|
||||
cups
|
||||
curl
|
||||
dbus
|
||||
|
|
Loading…
Reference in a new issue