mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-peep-dired: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-peep-dired)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ecukes.
This commit is contained in:
parent
7b5f7313e3
commit
c338b75fef
1 changed files with 5 additions and 0 deletions
|
@ -35803,6 +35803,11 @@ expanding regions of text without modifying the actual contents.")
|
|||
(base32
|
||||
"1wy5qpnfri1gha2cnl6q20qar8dbl2mimpb43bnhmm2g3wgjyad6"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
#~(list "emacs" "--no-init-file" "--batch"
|
||||
"--eval=(require 'ecukes)" "--eval=(ecukes)")))
|
||||
(native-inputs (list emacs-ecukes))
|
||||
(home-page "https://github.com/asok/peep-dired")
|
||||
(synopsis "Preview files in another window")
|
||||
(description "This package provides a minor mode that allows files to be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue