gnu: emacs-nix-mode: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.1. [inputs]: Add emacs-json-mode.
This commit is contained in:
parent
f27b965934
commit
b2f263797a
|
@ -14612,7 +14612,7 @@ to open SQLite databases.")
|
||||||
(define-public emacs-nix-mode
|
(define-public emacs-nix-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-nix-mode")
|
(name "emacs-nix-mode")
|
||||||
(version "1.2.2")
|
(version "1.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14621,10 +14621,11 @@ to open SQLite databases.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vz3s2jx14nzy53f04d821n4f2s22ys5h9s7af6cnpynkwawyhhq"))))
|
(base32 "04xpgg9nba5m1bl7ci5l456whcb8nfhsbvgxyx89bp0zqgr005q7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("emacs-company" ,emacs-company)
|
`(("emacs-company" ,emacs-company)
|
||||||
|
("emacs-json-mode" ,emacs-json-mode)
|
||||||
("emacs-mmm-mode" ,emacs-mmm-mode)))
|
("emacs-mmm-mode" ,emacs-mmm-mode)))
|
||||||
(home-page "https://github.com/NixOS/nix-mode")
|
(home-page "https://github.com/NixOS/nix-mode")
|
||||||
(synopsis "Emacs major mode for editing Nix expressions")
|
(synopsis "Emacs major mode for editing Nix expressions")
|
||||||
|
|
Loading…
Reference in New Issue