apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit d2fffa79863745e8be7c6ce8a720ba0839aa3a25
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Oct 17 05:12:11 2021 -0400
gnu: webkitgtk: Add a debug output.
* gnu/packages/webkit.scm[outputs]: Add a debug output.
---
gnu/packages/webkit.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index b2567b2..f7558e6 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -239,7 +239,7 @@ acceleration in mind, leveraging common 3D graphics APIs
for best performance.")
(patches (search-patches "webkitgtk-share-store.patch"
"webkitgtk-bind-all-fonts.patch"))))
(build-system cmake-build-system)
- (outputs '("out" "doc"))
+ (outputs '("out" "doc" "debug"))
(arguments
`(#:tests? #f ; no tests
#:build-type "Release" ; turn off debugging symbols to save space