gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9.
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): Update to 0.3.0-2.642b0d9. [arguments]: Simplify test command.
This commit is contained in:
parent
aa4fb5961b
commit
7fa6d0063c
|
@ -12940,10 +12940,11 @@ browse the phrases by the paper section and fill-in the blanks if required.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-auto-yasnippet
|
(define-public emacs-auto-yasnippet
|
||||||
(let ((commit "d1ccfea87312c6dd8cf8501ab5b71b1d3d44d95b"))
|
(let ((commit "624b0d9711222073a2a3f2186e2605eb99fc83c9")
|
||||||
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-auto-yasnippet")
|
(name "emacs-auto-yasnippet")
|
||||||
(version (git-version "0.3.0" "1" commit))
|
(version (git-version "0.3.0" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -12952,17 +12953,11 @@ browse the phrases by the paper section and fill-in the blanks if required.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
|
"15g8wi067f345xhpi0c12w0h04p4f4lpccwmdjdfj8hzfl4gyxy9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:tests? #t
|
||||||
(modify-phases %standard-phases
|
#:test-command '("make" "test")))
|
||||||
(add-before 'install 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "emacs" "--batch"
|
|
||||||
"-l" "auto-yasnippet.el"
|
|
||||||
"-l" "auto-yasnippet-test.el"
|
|
||||||
"-f" "ert-run-tests-batch-and-exit"))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-yasnippet" ,emacs-yasnippet)))
|
`(("emacs-yasnippet" ,emacs-yasnippet)))
|
||||||
(home-page "https://github.com/abo-abo/auto-yasnippet/")
|
(home-page "https://github.com/abo-abo/auto-yasnippet/")
|
||||||
|
|
Loading…
Reference in New Issue