summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qt.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1146ef4581d..db13f2818b7 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)