mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
686170d41c
commit
51c0b04271
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue