mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: grantlee: Use G-expressions.
* gnu/packages/qt.scm (grantlee)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
af943b8104
commit
ad7eef01ad
1 changed files with 5 additions and 6 deletions
|
@ -302,8 +302,7 @@ (define-public grantlee
|
|||
(list qtbase-5 qtdeclarative-5 qtscript))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(add-before 'check 'check-setup
|
||||
(lambda _
|
||||
;; make Qt render "offscreen", required for tests
|
||||
|
|
Loading…
Reference in a new issue