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:
parent
46b7544e26
commit
50bdf00438
@ -567,7 +567,7 @@ language and very flexible regarding to new or unknown keyboard layouts.")
|
|||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases (@ (guix build qt-build-system) %standard-phases)
|
(modify-phases %standard-phases
|
||||||
(add-after 'configure 'patch-makefiles
|
(add-after 'configure 'patch-makefiles
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((qtdec (assoc-ref inputs "qtdeclarative")))
|
(let ((qtdec (assoc-ref inputs "qtdeclarative")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user