mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
9245f57207
commit
8ea2113120
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue