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)