mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-find-file-in-project: Update to 5.7.7.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 5.7.7. [arguments]: Modify tests to use ert.
This commit is contained in:
parent
317cc18180
commit
5487ddac22
1 changed files with 6 additions and 12 deletions
|
@ -6482,7 +6482,7 @@ (define-public emacs-mocker
|
||||||
(define-public emacs-find-file-in-project
|
(define-public emacs-find-file-in-project
|
||||||
(package
|
(package
|
||||||
(name "emacs-find-file-in-project")
|
(name "emacs-find-file-in-project")
|
||||||
(version "5.4.7")
|
(version "5.7.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6491,19 +6491,13 @@ (define-public emacs-find-file-in-project
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"))))
|
"1skjbh7m0cck2rwmgzrrds51gipqf1jqghyfx15drc1n6kwivx3h"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #t
|
||||||
(modify-phases %standard-phases
|
#:test-command '("ert-runner" "tests")))
|
||||||
(add-before 'check 'set-shell
|
(native-inputs
|
||||||
;; Otherwise Emacs shell-file-name is set to "/bin/sh", which doesn't
|
`(("ert-runner" ,emacs-ert-runner)))
|
||||||
;; work.
|
|
||||||
(lambda _
|
|
||||||
(setenv "SHELL" (which "sh"))
|
|
||||||
#t)))
|
|
||||||
#:tests? #t
|
|
||||||
#:test-command '("./tests/test.sh")))
|
|
||||||
(home-page "https://github.com/technomancy/find-file-in-project")
|
(home-page "https://github.com/technomancy/find-file-in-project")
|
||||||
(synopsis "File/directory finder for Emacs")
|
(synopsis "File/directory finder for Emacs")
|
||||||
(description "@code{find-file-in-project} allows to find files or
|
(description "@code{find-file-in-project} allows to find files or
|
||||||
|
|
Loading…
Reference in a new issue