mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-font-utils: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-font-utils): Skip tests. Change-Id: Iec1b6029df7d398dd3705d734c6015fd7b8a6383 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
182ba8081a
commit
1b2074a1dc
1 changed files with 5 additions and 0 deletions
|
@ -6200,6 +6200,11 @@ the Font Lock keywords.")
|
|||
(sha256
|
||||
(base32 "0hx3k2zx2kdavivr1b957jq7kcwk301yzw77aprxzbs7jz73a35x"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; require pcache
|
||||
#:test-command #~(list "make" "test")))
|
||||
(native-inputs (list which))
|
||||
(home-page "https://github.com/rolandwalker/font-utils/")
|
||||
(synopsis "Utility functions for working with fonts in Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue