mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-add-node-modules-path: Update to 1.3.1.
* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.1. [propagated-inputs]: Add EMACS-S.
This commit is contained in:
parent
7fc58dd0db
commit
ee23adcc32
1 changed files with 3 additions and 2 deletions
|
@ -26249,7 +26249,7 @@ (define-public emacs-dotenv-mode
|
|||
(define-public emacs-add-node-modules-path
|
||||
(package
|
||||
(name "emacs-add-node-modules-path")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26259,8 +26259,9 @@ (define-public emacs-add-node-modules-path
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"039rfgwzmavgfa9gc7mh7hiw46gmgrhndsjib5kixynvcpl1y42l"))))
|
||||
"09vf921dh6lawh14rk02gjsvz88x9vd1c68ilf2fzkap5dh61dy5"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-s))
|
||||
(home-page "https://github.com/codesuki/add-node-modules-path")
|
||||
(synopsis "Add @file{node_modules} to the buffer-local @file{exec-path}")
|
||||
(description "This package searches the parent directories of the
|
||||
|
|
Loading…
Reference in a new issue