mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pyim: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-pyim)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
51aff3b4b2
commit
4fea4a1658
1 changed files with 1 additions and 0 deletions
|
@ -21935,6 +21935,7 @@ containing words from the Rime project.")
|
|||
(sha256
|
||||
(base32 "0axi8vizr2pdswdnnkr409k926h9k7w3c18nbmb9j3pfc32inkjs"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; tests require emacs-pyim-basedict
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-posframe emacs-xr))
|
||||
(home-page "https://github.com/tumashu/pyim")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue