lilyp pushed a commit to branch gnome-team
in repository guix.

commit 51c0b042719b9db8bf5c64e6e23abd5a61beaace
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Feb 15 01:44:41 2025 +0900

    gnu: webkit: Remove debug output.
    
    We're not building with debug symbols, so the debug output is not useful.
    
    * gnu/packages/webkit.scm (webkitgtk) [outputs]: Remove "debug".
    
    Change-Id: I3ac54b10bc5efdd6638aebfbe5abe965a14fff25
---
 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 76ff52d060..99a8da3901 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -145,7 +145,7 @@ engine that uses Wayland for graphics output.")
               (patches (search-patches
                         "webkitgtk-adjust-bubblewrap-paths.patch"))))
     (build-system cmake-build-system)
-    (outputs '("out" "doc" "debug"))
+    (outputs '("out" "doc"))
     (arguments
      (list
       ;; The release archive doesn't include the resources/sources needed to

Reply via email to