mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-page-break-lines: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-page-break-lines)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
e01e9ff236
commit
e573ac3d17
1 changed files with 1 additions and 0 deletions
|
@ -8726,6 +8726,7 @@ subconsciously blend out the parentheses.")
|
|||
(sha256
|
||||
(base32 "11b9mxxly3jsiha1znprkbfsgcxppjr2a6qza1xb3pysk3k8szha"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/purcell/page-break-lines")
|
||||
(synopsis "Display page breaks as tidy horizontal lines")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue