diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-19 23:58:15 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-20 12:03:36 +0900 |
commit | 95d4d3afa801521ecfde7e547647ebd9ffd7279a (patch) | |
tree | ff70ab556d6e1e4f9cbc0f26318f55b9539bebfc | |
parent | 78c108148e49ea293da29013b78c978f91748d33 (diff) | |
download | guix-95d4d3afa801521ecfde7e547647ebd9ffd7279a.tar.gz guix-95d4d3afa801521ecfde7e547647ebd9ffd7279a.zip |
gnu: gnome-boxes: Add debug output.
* gnu/packages/gnome.scm (gnome-boxes) [outputs]: Add "debug".
Change-Id: I7eed8180bc0dafd129e6203582abfaff02513962
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |