gnu: fcitx5-lua: Remove stale build steps.
* gnu/packages/fcitx5.scm (fcitx-lua)[arguments]: Remove it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
f769ad12f1
commit
2639a99cf3
|
@ -156,25 +156,6 @@ client.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "177mj56j8yrl79hvk7bbrifvm137np23pwalv83ibgk4l51z92hf"))))
|
(base32 "177mj56j8yrl79hvk7bbrifvm137np23pwalv83ibgk4l51z92hf"))))
|
||||||
(build-system cmake-build-system)
|
(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
|
(inputs
|
||||||
`(("fcitx5" ,fcitx5)
|
`(("fcitx5" ,fcitx5)
|
||||||
("lua" ,lua)
|
("lua" ,lua)
|
||||||
|
|
Reference in New Issue