gnu: granite: Fix cross-compilation.
* gnu/packages/pantheon.scm (granite)[native-inputs]: Remove glib, libgee. [inputs]: Add glib, libgee.master
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")
|
||||||
|
|
Reference in New Issue