mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ripgrep: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-ripgrep) [arguments]{test-command}: Set it. [native-inputs]: Add emacs-ert-runner. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
5cf4582c19
commit
9de3835cd2
1 changed files with 13 additions and 10 deletions
|
@ -8418,15 +8418,16 @@ result.")
|
|||
(base32 "1a5rdpmvsgsjlc9sywism9pq7jd6n9qbcdsvpbfkq1npwhpifkbj"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list #:test-command #~(list "ert-runner")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; The repository contains both ripgrep and projectile-ripgrep
|
||||
;; packages. The latter has been merged into projectile itself.
|
||||
(add-after 'unpack 'delete-projectile-ripgrep
|
||||
(lambda _
|
||||
(delete-file "projectile-ripgrep.el"))))))
|
||||
(propagated-inputs
|
||||
(list ripgrep))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(propagated-inputs (list ripgrep))
|
||||
(home-page "https://github.com/nlamirault/ripgrep.el")
|
||||
(synopsis "Search using ripgrep from inside Emacs")
|
||||
(description "@code{ripgrep} is an Emacs search package based on the
|
||||
|
@ -34194,7 +34195,9 @@ interface for debuggers.")
|
|||
(base32 "177ira42l1p7zjb24c0vp4biip9sczlvbgzfahp4mhgfd9h8a6bx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:include #~(cons* "\\.png$" %default-include)))
|
||||
(list #:include #~(cons* "\\.png$" %default-include)
|
||||
#:test-command #~(list "ert-runner" "-L" ".")))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(propagated-inputs
|
||||
(list emacs-bui
|
||||
emacs-lsp-docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue