mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: sugar-datastore: Add bash-minimal to inputs.
This is needed due to the use of wrap-program. * gnu/packages/sugar.scm (sugar-datastore)[inputs]: Add bash-minimal.
This commit is contained in:
parent
03c5b8933d
commit
dc44f8d1ce
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ (define-public sugar-datastore
|
|||
(search-input-file outputs "bin/copy-to-journal")
|
||||
(search-input-file outputs "bin/datastore-service"))))))))
|
||||
(inputs
|
||||
(list python
|
||||
(list bash-minimal
|
||||
python
|
||||
sugar-toolkit-gtk3))
|
||||
(propagated-inputs
|
||||
(list python-dbus
|
||||
|
|
Loading…
Reference in a new issue