guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 08/136: gnu: gtk+: Add a debug output.
Date: Sun, 17 Oct 2021 05:15:46 -0400 (EDT)

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

commit b266584413d586e85443a6b2bbec41cb7e7f3402
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 4c5d43e..056499e 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]