From d2fffa79863745e8be7c6ce8a720ba0839aa3a25 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 17 Oct 2021 05:12:11 -0400 Subject: 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(-) (limited to 'gnu/packages/webkit.scm') 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 -- cgit v1.2.3