guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 08/201: gnu: gtk+: Add a debug output.
Date: Mon, 1 Nov 2021 23:18:19 -0400 (EDT)

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

commit fde5d100597b3cf3f31a3b4fc8b83009491f0f20
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]