mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gcompris-qt: Use G-expressions.
* gnu/packages/education.scm (gcompris-qt)[arguments]: Use G-expressions. Change-Id: If0d4f01eee8a1e41c4e9e2c7358e52cdd4c9ebff
This commit is contained in:
parent
3c886253ac
commit
f8fe7409fe
1 changed files with 12 additions and 12 deletions
|
@ -230,9 +230,9 @@ of categories with some of the activities available in that category.
|
||||||
(base32 "1my67r7x6j7snidnj47v3ndhf3i5sxn0zqj4d8apaw6mbqms96vj"))))
|
(base32 "1my67r7x6j7snidnj47v3ndhf3i5sxn0zqj4d8apaw6mbqms96vj"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:qtbase ,qtbase
|
(list #:qtbase qtbase
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'start-xorg-server
|
(add-before 'check 'start-xorg-server
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
;; The test suite requires a running X server.
|
;; 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")
|
(setenv "DISPLAY" ":1")
|
||||||
;; The test suite wants to write to /homeless-shelter
|
;; The test suite wants to write to /homeless-shelter
|
||||||
(setenv "HOME" (getcwd)))))
|
(setenv "HOME" (getcwd)))))
|
||||||
#:configure-flags (list "-DQML_BOX2D_MODULE=disabled"
|
#:configure-flags #~(list "-DQML_BOX2D_MODULE=disabled"
|
||||||
"-DBUILD_TESTING=TRUE")))
|
"-DBUILD_TESTING=TRUE")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue