mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: emacs-el-patch: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-el-patch)[arguments]: Add #:test? #f.
This commit is contained in:
parent
c4a0ba63ee
commit
defe03e44d
1 changed files with 1 additions and 0 deletions
|
@ -36158,6 +36158,7 @@ all of your projects, then override or add variables on a per-project basis.")
|
|||
(sha256
|
||||
(base32 "0x2x3ci5i428wgagbwjh9qp2zlflkzlrkbpi6qa4fv7dq3vgkrv2"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/raxod502/el-patch")
|
||||
(synopsis "Future-proof your Emacs customizations")
|
||||
(description "This package allows for an alternate definition of an Elisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue