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.master
parent
03c5b8933d
commit
dc44f8d1ce
|
@ -255,7 +255,8 @@ activities and other Sugar components.")
|
|||
(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
|
||||
|
|
Reference in New Issue