[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: fcitx5-lua: Remove stale build steps.
From: |
guix-commits |
Subject: |
01/02: gnu: fcitx5-lua: Remove stale build steps. |
Date: |
Fri, 11 Dec 2020 08:24:05 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 2639a99cf31e3ce2970645badf11f15679c893b5
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Tue Dec 8 21:44:38 2020 +0800
gnu: fcitx5-lua: Remove stale build steps.
* gnu/packages/fcitx5.scm (fcitx-lua)[arguments]: Remove it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/fcitx5.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 89de7b4..431aece 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -156,25 +156,6 @@ client.")
(sha256
(base32 "177mj56j8yrl79hvk7bbrifvm137np23pwalv83ibgk4l51z92hf"))))
(build-system cmake-build-system)
- (arguments
- `(#:configure-flags
- (list
- (string-append "-DFEM_INCLUDE_INSTALL_DIR=" %output "/include")
- (string-append "-DFEM_LIB_INSTALL_DIR=" %output "/lib"))
- #:phases
- (modify-phases %standard-phases
- (add-before 'configure 'patch-install-prefix
- (lambda* (#:key outputs #:allow-other-keys)
- (for-each
- (lambda (x)
- (format #t "patch-install-prefix: Fixing install prefix in
~a~%"
- x)
- (substitute* x
- (("\\$\\{FCITX_INSTALL_PKGDATADIR\\}")
- (string-append (assoc-ref outputs "out")
- "/share/fcitx5"))))
- '("src/addonloader/CMakeLists.txt"
- "src/imeapi/CMakeLists.txt")))))))
(inputs
`(("fcitx5" ,fcitx5)
("lua" ,lua)