mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: emacs-lorem-ipsum: Disable tests.
Since there are no tests. * gnu/packages/emacs-xyz.scm (emacs-lorem-ipsum)[arguments]: Set #:tests? as #f. Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
bb402b3a65
commit
4dba3e7bfb
1 changed files with 2 additions and 1 deletions
|
@ -34364,7 +34364,7 @@ completion systems for selecting commands, such as Ido and Ivy.")
|
||||||
(define-public emacs-lorem-ipsum
|
(define-public emacs-lorem-ipsum
|
||||||
;; Upstream has no tags; release extracted from source code
|
;; Upstream has no tags; release extracted from source code
|
||||||
(let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd")
|
(let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-lorem-ipsum")
|
(name "emacs-lorem-ipsum")
|
||||||
(version (git-version "0.2" revision commit))
|
(version (git-version "0.2" revision commit))
|
||||||
|
@ -34378,6 +34378,7 @@ completion systems for selecting commands, such as Ido and Ivy.")
|
||||||
(base32
|
(base32
|
||||||
"0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
|
"0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;No tests.
|
||||||
(home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
|
(home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
|
||||||
(synopsis "Insert dummy pseudo Latin text in Emacs")
|
(synopsis "Insert dummy pseudo Latin text in Emacs")
|
||||||
(description "This package provides convenience functions to insert
|
(description "This package provides convenience functions to insert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue