gnu: mpd: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/mpd.scm
(sonata)[native-inputs]: Remove labels.
[inputs]: Add 'bash-minimal'.
(mcg)[inputs]: Likewise.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I46f0f5f57a6053c7b03f0a3830df3b8bc752f361
This commit is contained in:
Maxime Devos 2021-07-02 12:06:50 +02:00 committed by Ludovic Courtès
parent 31ca01e732
commit fab57d9cc3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -400,12 +400,12 @@ (define-public sonata
(let ((out (assoc-ref outputs "out"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
(wrap-program (string-append out "/bin/sonata")
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
#t)))))
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
(native-inputs
`(("gettext" ,gettext-minimal)))
(list gettext-minimal))
(inputs
(list python-mpd2
(list bash-minimal
python-mpd2
gtk+
gsettings-desktop-schemas
gobject-introspection
@ -563,6 +563,7 @@ (define-public mcg
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
(inputs (list avahi
bash-minimal
dconf
gsettings-desktop-schemas
gtk+