htgoebel pushed a commit to branch master in repository guix. commit 50bdf004388f3d12ddcbfd0dc7f17c4086cea8bb Author: Hartmut Goebel <h.goe...@crazy-compilers.com> Date: Mon Dec 23 16:05:02 2019 +0100
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. --- gnu/packages/education.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 2a9bfa0..0f88954 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -567,7 +567,7 @@ language and very flexible regarding to new or unknown keyboard layouts.") (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")))