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:
Hartmut Goebel 2019-12-23 16:02:07 +01:00
parent 0422d3e1e5
commit 46b7544e26
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -488,7 +488,7 @@ (define-public kdeconnect
`(#:configure-flags '("-DBUILD_TESTING=ON")
#:tests? #f ; tests fail hard in our build environment
#:phases
(modify-phases (@ (guix build qt-build-system) %standard-phases)
(modify-phases %standard-phases
(add-before 'check 'check-setup
(lambda _
(setenv "QT_QPA_PLATFORM" "offscreen")