mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ssh-deploy: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-ssh-deploy)[arguments]: Add #:test-command.
This commit is contained in:
parent
2c423a18ac
commit
b6f91dd894
1 changed files with 1 additions and 0 deletions
|
@ -38133,6 +38133,7 @@ passphrase until the first time you push to a remote.")
|
|||
(sha256
|
||||
(base32 "0fb88l3270d7l808q8x16zcvjgsjbyhgifgv17syfsj0ja63x28p"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(home-page "https://github.com/cjohansson/emacs-ssh-deploy")
|
||||
(synopsis "Deployment via Tramp, global or per directory")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue