mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: kdeconnect: Use fixed qt-build-system.
* gnu/packages/kde.scm (kdeconnect)[arguments]<phases>: Use %standard-phases without explicitly referring to the qt-build-system module.
This commit is contained in:
parent
0422d3e1e5
commit
46b7544e26
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ (define-public kdeconnect
|
||||||
`(#:configure-flags '("-DBUILD_TESTING=ON")
|
`(#:configure-flags '("-DBUILD_TESTING=ON")
|
||||||
#:tests? #f ; tests fail hard in our build environment
|
#:tests? #f ; tests fail hard in our build environment
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases (@ (guix build qt-build-system) %standard-phases)
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||||
|
|
Loading…
Reference in a new issue