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" "/")
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("gtk" ,gtk+)))
|
||||
`(("glib" ,glib)
|
||||
("gtk" ,gtk+)
|
||||
("libgee" ,libgee)))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("glib" ,glib)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("libgee" ,libgee)
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)))
|
||||
(home-page "https://github.com/elementary/granite")
|
||||
|
|
Reference in New Issue