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