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
@ -52,12 +52,12 @@
|
|||||||
(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 New Issue
Block a user