guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: gnome-online-accounts: Fix cyclic reference in outputs.


From: guix-commits
Subject: 05/05: gnu: gnome-online-accounts: Fix cyclic reference in outputs.
Date: Fri, 12 Jul 2019 14:07:45 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7555d539245ff3456848c02d61f9e601ee5af463
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 12 20:07:12 2019 +0200

    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.
---
 gnu/packages/gnome.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9c9f692..4c7847b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]