apteryx pushed a commit to branch master
in repository guix.

commit 95d4d3afa801521ecfde7e547647ebd9ffd7279a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Mar 19 23:58:15 2025 +0900

    gnu: gnome-boxes: Add debug output.
    
    * gnu/packages/gnome.scm (gnome-boxes) [outputs]: Add "debug".
    
    Change-Id: I7eed8180bc0dafd129e6203582abfaff02513962
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d922fb8c6c..67cbb0444a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12904,6 +12904,7 @@ integrate seamlessly with the GNOME desktop.")
                            "gnome-boxes-" version ".tar.xz"))
        (sha256
         (base32 "1b9ya5pcb5dfii0qs9r167a3kxymdsq624bpi1nvzbwgar15ypyh"))))
+    (outputs '("out" "debug"))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t

Reply via email to