mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pyim-basedict: Install pyim-basedict.pyim file.
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict) [arguments]<#:include>: Install "pyim-basedict.pyim" file. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
bd7450d0ba
commit
78a29b0f85
1 changed files with 3 additions and 0 deletions
|
@ -16589,6 +16589,9 @@ function to be used by other frontend programs.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fzyh8qmicq2vy9j1ca708ir67dpxp1cwjaw0sw469p24cvj12yy"))))
|
(base32 "0fzyh8qmicq2vy9j1ca708ir67dpxp1cwjaw0sw469p24cvj12yy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:include #~(cons "pyim-basedict.pyim" %default-include)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-pyim))
|
(list emacs-pyim))
|
||||||
(home-page "https://github.com/tumashu/pyim-basedict")
|
(home-page "https://github.com/tumashu/pyim-basedict")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue