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
|
@ -5089,6 +5089,9 @@ window manager.")
|
||||||
(("@libdir@") (string-append lib "/lib"))
|
(("@libdir@") (string-append lib "/lib"))
|
||||||
(("@includedir@") (string-append lib "/include"))
|
(("@includedir@") (string-append lib "/include"))
|
||||||
(("@datadir@") (string-append lib "/share")))
|
(("@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))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||||
|
|
Loading…
Reference in New Issue