mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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:
parent
31ca01e732
commit
fab57d9cc3
1 changed files with 5 additions and 4 deletions
|
@ -400,12 +400,12 @@ (define-public sonata
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
|
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
|
||||||
(wrap-program (string-append out "/bin/sonata")
|
(wrap-program (string-append out "/bin/sonata")
|
||||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)))
|
(list gettext-minimal))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-mpd2
|
(list bash-minimal
|
||||||
|
python-mpd2
|
||||||
gtk+
|
gtk+
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
@ -563,6 +563,7 @@ (define-public mcg
|
||||||
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
|
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
|
||||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
|
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
|
||||||
(inputs (list avahi
|
(inputs (list avahi
|
||||||
|
bash-minimal
|
||||||
dconf
|
dconf
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk+
|
gtk+
|
||||||
|
|
Loading…
Reference in a new issue