diff options
| author | Konstantin Suntsov <protvin@disroot.org> | 2026-02-16 23:35:13 +0500 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-27 13:20:11 +0100 |
| commit | 85fdc74f9e8102d3bb3ab48718bb841cbe7dfdd2 (patch) | |
| tree | bad45fe5fe465166a5a087ac48bfa4d83d09113f /gnu | |
| parent | 84e4ab8c55da3630cd6a8428702d23459aa61515 (diff) | |
gnu: webkitgtk: Use system malloc.
* gnu/packages/webkit.scm (webkitgtk)
[arguments]<#:configure-flags>: Use system malloc.
Closes: guix/guix#5147
Change-Id: Ifb633fb7df66b50df51339b775f5ebbbf67b8ec3
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/webkit.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index d0262bed244..d81b60114ad 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2024 Abhishek Cherath <abhi@quic.us> ;;; Copyright © 2025 Juliana Sims <juli@incana.org> +;;; Copyright © 2026 Konstantin Suntsov <protvin@disroot.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -160,6 +161,7 @@ engine that uses Wayland for graphics output.") ;; webkitgtk. "-DENABLE_MINIBROWSER=ON" "-DUSE_LIBBACKTRACE=OFF" ; XXX: circular dependency + "-DUSE_SYSTEM_MALLOC=ON" ;; The default lib installation prefix is lib64. (string-append "-DLIB_INSTALL_DIR=" #$output "/lib") ;; XXX: WebKitGTK makes use of elogind's systemd-compatible |
