mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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"))
|
||||
(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+
|
||||
|
|
Loading…
Reference in a new issue