[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: ktouch: Remove unnecessary build phase.
From: |
guix-commits |
Subject: |
04/04: gnu: ktouch: Remove unnecessary build phase. |
Date: |
Fri, 2 Apr 2021 17:23:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6f97e43687893b4a50ce1da1d03a7ec6ffc6f449
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 2 22:17:16 2021 +0200
gnu: ktouch: Remove unnecessary build phase.
* gnu/packages/education.scm (ktouch)[arguments]: Remove.
---
gnu/packages/education.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index a1f1b0d..589c328 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -689,17 +689,6 @@ language and very flexible regarding to new or unknown
keyboard layouts.")
(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)