mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: gnome-online-accounts: Fix cyclic reference in outputs.
This exploits a new feature of 'gobject-introspection-absolute-shlibs.patch'. * gnu/packages/gnome.scm (gnome-online-accounts)[arguments]: Set the "outputs" variable before building.
This commit is contained in:
parent
70f2b0f97d
commit
7555d53924
1 changed files with 3 additions and 0 deletions
|
@ -5089,6 +5089,9 @@ (define-public gnome-online-accounts
|
|||
(("@libdir@") (string-append lib "/lib"))
|
||||
(("@includedir@") (string-append lib "/include"))
|
||||
(("@datadir@") (string-append lib "/share")))
|
||||
;; Make sure gobject-introspection knows about the output
|
||||
;; too (see <https://bugs.gnu.org/36535>).
|
||||
(setenv "outputs" "out lib")
|
||||
#t))))))
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||
|
|
Loading…
Reference in a new issue