guix-commits
[Top][All Lists]
Advanced

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

08/227: gnu: gtk+: Add a debug output.


From: guix-commits
Subject: 08/227: gnu: gtk+: Add a debug output.
Date: Thu, 11 Nov 2021 12:29:47 -0500 (EST)

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

commit 3c181f97658bca5a8223d081e9a22e9c971233a0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 10 12:14:59 2021 -0500

    gnu: gtk+: Add a debug output.
    
    * gnu/packages/gtk.scm (gtk+-2)[outputs]{debug}: New output.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2199c3b..3e775f0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -919,7 +919,7 @@ is part of the GNOME accessibility project.")
                                        
"gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch"
                                        "gtk2-theme-paths.patch"))))
     (build-system gnu-build-system)
-    (outputs '("out" "bin" "doc"))
+    (outputs '("out" "bin" "doc" "debug"))
     (propagated-inputs
      `(("atk" ,atk)
        ("cairo" ,cairo)



reply via email to

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