mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: granite: Fix cross-compilation.
* gnu/packages/pantheon.scm (granite)[native-inputs]: Remove glib, libgee. [inputs]: Add glib, libgee.
This commit is contained in:
parent
969811ad0e
commit
ef3cd15ed4
1 changed files with 3 additions and 3 deletions
|
@ -52,12 +52,12 @@ (define-public granite
|
||||||
(setenv "DESTDIR" "/")
|
(setenv "DESTDIR" "/")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk" ,gtk+)))
|
`(("glib" ,glib)
|
||||||
|
("gtk" ,gtk+)
|
||||||
|
("libgee" ,libgee)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("glib" ,glib)
|
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("libgee" ,libgee)
|
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(home-page "https://github.com/elementary/granite")
|
(home-page "https://github.com/elementary/granite")
|
||||||
|
|
Loading…
Reference in a new issue