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

* gnu/packages/education.scm (ktouch)[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:05:02 +01:00
parent 46b7544e26
commit 50bdf00438
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -567,7 +567,7 @@ (define-public ktouch
(build-system qt-build-system)
(arguments
`(#:phases
(modify-phases (@ (guix build qt-build-system) %standard-phases)
(modify-phases %standard-phases
(add-after 'configure 'patch-makefiles
(lambda* (#:key inputs #:allow-other-keys)
(let ((qtdec (assoc-ref inputs "qtdeclarative")))