apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 61f909867ad3b0701c4c290f3d698608f9bbfb99 Author: Maxim Cournoyer <[email protected]> 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)
