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.
master
Marius Bakke 2019-07-12 20:07:12 +02:00
parent 70f2b0f97d
commit 7555d53924
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 0 deletions

View File

@ -5089,6 +5089,9 @@ window manager.")
(("@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.