guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8ea2113120bb4f9af0db6a2b443340fa7b14fed5
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Nov 20 10:24:35 2025 +0200

    gnu: python-pyqtwebengine-6: Fix build with (json).
    
    * gnu/packages/qt.scm (python-pyqtwebengine-6)[arguments]
    <#:configure-flags>: Fix build with (json).
    
    Change-Id: I7045d2f5c2e06378609646a1a907adbe914badd4
---
 gnu/packages/qt.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1146ef4581..db13f2818b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4685,9 +4685,9 @@ itself.")
     (arguments
      (list
       #:tests? #f ;No tests.
-      #:configure-flags #~`(@ ("--verbose" . "") ;Print commands run.
-                              ("--jobs" unquote
-                               (number->string (parallel-job-count))))
+      #:configure-flags #~`(("--verbose" . "") ;Print commands run.
+                            ("--jobs" unquote
+                             (number->string (parallel-job-count))))
       #:phases #~(modify-phases %standard-phases
                    (add-after 'unpack 'set-include-dirs
                      (lambda* (#:key inputs outputs #:allow-other-keys)

Reply via email to