mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e.
* gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 1.0.2-0.7fc071e. [arguments]<#:include>: Add make-julia-latexsubs.jl. [arguments]<#:phases>: No more need of fix-test phase. Change-Id: Ibb8cddcab527fc692f741eca5314f9c6190e40d2 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
a775db2460
commit
33c3ee5985
1 changed files with 6 additions and 15 deletions
|
@ -15949,12 +15949,11 @@ E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-julia-mode
|
(define-public emacs-julia-mode
|
||||||
;; Last release was in March 2020.
|
(let ((commit "7fc071eb2c383d44be6d61ea6cef73b0cc8ef9b7")
|
||||||
(let ((commit "7a8c868e0d3e51ba4a2c621ee22ca9599e0e4bbb")
|
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-julia-mode")
|
(name "emacs-julia-mode")
|
||||||
(version (git-version "0.4" revision commit))
|
(version (git-version "1.0.2" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15964,24 +15963,16 @@ E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xwd4kq69ray6bk8hwjxnqf7myc3mn36chc2l9jn7a0x1f8x6k10"))))
|
"1dfls9ggn192xblfyjrbxi007hg4yd25s2cl8zh0v40akpqclhqc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:include
|
||||||
|
#~(cons* "^make-julia-latexsubs\\.jl" %default-include)
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
#:test-command #~(list "emacs" "--batch"
|
#:test-command #~(list "emacs" "--batch"
|
||||||
"-l" "julia-mode-tests.el"
|
"-l" "julia-mode-tests.el"
|
||||||
"-f" "ert-run-tests-batch-and-exit")
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-before 'check 'fix-test
|
|
||||||
(lambda _
|
|
||||||
(substitute* "julia-mode-tests.el"
|
|
||||||
;; The test started failing with Emacs 29; see
|
|
||||||
;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/199>
|
|
||||||
;; and discrepancy reported <https://issues.guix.gnu.org/66763>.
|
|
||||||
(("julia--test-end-of-defun-nested-2.*" all)
|
|
||||||
(string-append all " :expected-result :failed\n"))))))))
|
|
||||||
(home-page "https://github.com/JuliaEditorSupport/julia-emacs")
|
(home-page "https://github.com/JuliaEditorSupport/julia-emacs")
|
||||||
(synopsis "Major mode for Julia")
|
(synopsis "Major mode for Julia")
|
||||||
(description "This Emacs package provides a mode for the Julia
|
(description "This Emacs package provides a mode for the Julia
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue