mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: emacs-zig-mode: Update to 0.0.8-2.f0b4a48.
* gnu/packages/emacs-xyz.scm (emacs-zig-mode): Update to 0.0.8-2.f0b4a48. [arguments]<#:test-command>: Update test command. Change-Id: I86eb683db49ed4018518d6fd5bb5584cb5c97960
This commit is contained in:
parent
83c6fa286a
commit
8b9807489a
1 changed files with 4 additions and 3 deletions
|
@ -7799,8 +7799,8 @@ Emacs, inspired by @code{Dracula} theme.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-zig-mode
|
(define-public emacs-zig-mode
|
||||||
(let ((commit "f55e42536a3f34b81198b856595dc3a61867aa3e")
|
(let ((commit "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-zig-mode")
|
(name "emacs-zig-mode")
|
||||||
(version (git-version "0.0.8" revision commit))
|
(version (git-version "0.0.8" revision commit))
|
||||||
|
@ -7812,7 +7812,7 @@ Emacs, inspired by @code{Dracula} theme.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s0p6dijg2zdzhw2mpyajwnsx6g28swgzpy63g8yn72718rq31kn"))))
|
(base32 "1cm4wvddvqyjhlp7wngls1lapsiq1n14qgi1ygiq3w2vryg96s1v"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7820,6 +7820,7 @@ Emacs, inspired by @code{Dracula} theme.")
|
||||||
#:emacs emacs
|
#:emacs emacs
|
||||||
#:test-command #~(list "emacs" "--batch"
|
#:test-command #~(list "emacs" "--batch"
|
||||||
"-l" "zig-mode.el"
|
"-l" "zig-mode.el"
|
||||||
|
"-l" "test/zig-tests.el"
|
||||||
"-f" "ert-run-tests-batch-and-exit")))
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
(propagated-inputs (list emacs-reformatter))
|
(propagated-inputs (list emacs-reformatter))
|
||||||
(home-page "https://github.com/ziglang/zig-mode/")
|
(home-page "https://github.com/ziglang/zig-mode/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue