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
This commit is contained in:
Efraim Flashner 2025-11-20 10:24:35 +02:00
parent 9245f57207
commit 8ea2113120
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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