gnu: gcompris-qt: Use G-expressions.

* gnu/packages/education.scm (gcompris-qt)[arguments]: Use G-expressions.

Change-Id: If0d4f01eee8a1e41c4e9e2c7358e52cdd4c9ebff
This commit is contained in:
Zheng Junjie 2025-03-05 19:11:30 +08:00
parent 3c886253ac
commit f8fe7409fe
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -230,9 +230,9 @@ of categories with some of the activities available in that category.
(base32 "1my67r7x6j7snidnj47v3ndhf3i5sxn0zqj4d8apaw6mbqms96vj"))))
(build-system qt-build-system)
(arguments
`(#:qtbase ,qtbase
(list #:qtbase qtbase
#:phases
(modify-phases %standard-phases
#~(modify-phases %standard-phases
(add-before 'check 'start-xorg-server
(lambda* (#:key inputs #:allow-other-keys)
;; The test suite requires a running X server.
@ -240,7 +240,7 @@ of categories with some of the activities available in that category.
(setenv "DISPLAY" ":1")
;; The test suite wants to write to /homeless-shelter
(setenv "HOME" (getcwd)))))
#:configure-flags (list "-DQML_BOX2D_MODULE=disabled"
#:configure-flags #~(list "-DQML_BOX2D_MODULE=disabled"
"-DBUILD_TESTING=TRUE")))
(native-inputs
(list extra-cmake-modules