guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8168de0e083dc38a43627ad492df3a0f06db47c1
Author: Noé Lopez <[email protected]>
AuthorDate: Wed Apr 22 18:50:01 2026 +0200
gnu: gjs: Add debug output.
* gnu/packages/gnome.scm (gjs)
[outputs]: Add debug output.
Change-Id: Ieba049f25d80323ebe6fe3d7b0dee64b511d599b
Signed-off-by: Noé Lopez <[email protected]>
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1766a0a89f..ff36d624f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7973,6 +7973,7 @@ configuration program to choose applications starting on
login.")
(delete-all-but "subprojects"
"gobject-introspection-tests")))))
(build-system meson-build-system)
+ (outputs '("out" "debug"))
(arguments
(list
#:modules '((guix build meson-build-system)