mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-packed: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-packed)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
3fdb9387c9
commit
554b0273cb
1 changed files with 1 additions and 0 deletions
|
@ -30775,6 +30775,7 @@ image, rotate it, save modified images, and more.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i2j5yk6xhv4rh3317f241y9llwf4wk18a6a4lkqrvbjpvi9yvn0"))))
|
(base32 "0i2j5yk6xhv4rh3317f241y9llwf4wk18a6a4lkqrvbjpvi9yvn0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
(home-page "https://github.com/emacscollective/packed")
|
(home-page "https://github.com/emacscollective/packed")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue