gnu: ktouch: Remove unnecessary build phase.

* gnu/packages/education.scm (ktouch)[arguments]: Remove.
This commit is contained in:
Ludovic Courtès 2021-04-02 22:17:16 +02:00
parent 973b8af725
commit 6f97e43687
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -689,17 +689,6 @@ (define-public ktouch
(sha256
(base32 "10lm2p8w26c9n6lhvw3301myfss0dq7hl7rawzb3hsy1lqvmvdib"))))
(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
`(("extra-cmake-modules" ,extra-cmake-modules)
("kdoctools" ,kdoctools)