diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-17 05:12:11 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:18 -0500 |
commit | d2fffa79863745e8be7c6ce8a720ba0839aa3a25 (patch) | |
tree | 65ee3765cd1e22d8d9241195d619d033ffff9c98 /gnu/packages | |
parent | a46b8bbfabc0ebf4a476fbeae4066c8c94b6a45f (diff) |
gnu: webkitgtk: Add a debug output.
* gnu/packages/webkit.scm[outputs]: Add a debug output.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/webkit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index b2567b2411..f7558e6b33 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 |