mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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" "/")
|
||||
#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")
|
||||
|
|
Loading…
Reference in a new issue