diff options
-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 |