guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

132/201: gnu: webkitgtk: Add a debug output.


From: guix-commits
Subject: 132/201: gnu: webkitgtk: Add a debug output.
Date: Mon, 1 Nov 2021 23:18:58 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 17812147d84379c333a1b645afd843429c2c33f5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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 2b27ffc..319b8b6 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -238,7 +238,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]