mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: ktouch: Remove unnecessary build phase.
* gnu/packages/education.scm (ktouch)[arguments]: Remove.
This commit is contained in:
parent
973b8af725
commit
6f97e43687
1 changed files with 0 additions and 11 deletions
|
@ -689,17 +689,6 @@ (define-public ktouch
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10lm2p8w26c9n6lhvw3301myfss0dq7hl7rawzb3hsy1lqvmvdib"))))
|
(base32 "10lm2p8w26c9n6lhvw3301myfss0dq7hl7rawzb3hsy1lqvmvdib"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'configure 'patch-makefiles
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(let ((qtdec (assoc-ref inputs "qtdeclarative")))
|
|
||||||
(substitute* '("src/CMakeFiles/ktouch_autogen.dir/build.make"
|
|
||||||
"src/CMakeFiles/ktouch.dir/build.make")
|
|
||||||
(("/gnu/store/.*qmlcachegen")
|
|
||||||
(string-append qtdec "/bin/qmlcachegen"))))
|
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("kdoctools" ,kdoctools)
|
("kdoctools" ,kdoctools)
|
||||||
|
|
Loading…
Reference in a new issue