mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ (define-public ktouch
|
||||||
(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…
Reference in a new issue