1
Fork 0
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:
Liliana Marie Prikler 2025-03-23 08:33:58 +01:00
parent 7b5f7313e3
commit c338b75fef
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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