gnu: kdevelop: Use fixed qt-build-system.

* gnu/packages/kde.scm (kdevelop)[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:03:17 +01:00
parent 214bfb2cb7
commit 0422d3e1e5
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF

View File

@ -222,7 +222,7 @@ projects.")
(arguments
`(#:tests? #f ;; there are some issues with the test suite
#:phases
(modify-phases (@ (guix build qt-build-system) %standard-phases)
(modify-phases %standard-phases
(add-before 'configure 'add-include-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "cmake/modules/FindClang.cmake"