gnu: sugar: Add bash-minimal to inputs.
This is needed when using wrap-program. * gnu/packages/sugar.scm (sugar)[inputs]: Add bash-minimal.master
parent
6118c1e228
commit
03c5b8933d
|
@ -124,7 +124,8 @@
|
||||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
|
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
|
||||||
(find-files (string-append #$output "/bin") "^sugar.*")))))))
|
(find-files (string-append #$output "/bin") "^sugar.*")))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+
|
(list bash-minimal
|
||||||
|
gtk+
|
||||||
metacity
|
metacity
|
||||||
mobile-broadband-provider-info
|
mobile-broadband-provider-info
|
||||||
python
|
python
|
||||||
|
|
Reference in New Issue