apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 14a81366e285a58f147669984558fd1660398a45
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Mar 11 11:59:49 2021 -0500
gnu: librsvg: Add a debug output.
* gnu/packages/gnome.scm (librsvg): Add a debug output.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bfd6b89..a8280eb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3411,7 +3411,7 @@ for dealing with different structured file formats.")
(snippet
'(begin (delete-file-recursively "vendor")))))
(build-system cargo-build-system)
- (outputs '("out" "doc"))
+ (outputs '("out" "doc" "debug"))
(arguments
`(#:install-source? #f
#:modules