mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: emacs-add-node-modules-path: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.0.
This commit is contained in:
parent
92884b4061
commit
e3e2da97ba
1 changed files with 18 additions and 21 deletions
|
@ -25507,29 +25507,26 @@ (define-public emacs-dotenv-mode
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-add-node-modules-path
|
(define-public emacs-add-node-modules-path
|
||||||
(let ((commit "f31e69ccb681f882aebb806ce6e9478e3ac39708")
|
(package
|
||||||
(version "1.2.0")
|
(name "emacs-add-node-modules-path")
|
||||||
(revision "10"))
|
(version "1.3.0")
|
||||||
(package
|
(source
|
||||||
(name "emacs-add-node-modules-path")
|
(origin
|
||||||
(version (git-version version revision commit))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/codesuki/add-node-modules-path")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/codesuki/add-node-modules-path")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"039rfgwzmavgfa9gc7mh7hiw46gmgrhndsjib5kixynvcpl1y42l"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(home-page "https://github.com/codesuki/add-node-modules-path")
|
||||||
"0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306"))))
|
(synopsis "Add @file{node_modules} to the buffer-local @file{exec-path}")
|
||||||
(build-system emacs-build-system)
|
(description "This package searches the parent directories of the
|
||||||
(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
|
|
||||||
current file for the project's @file{node_modules/.bin/} directory, allowing
|
current file for the project's @file{node_modules/.bin/} directory, allowing
|
||||||
Emacs to find project-specific installations of packages.")
|
Emacs to find project-specific installations of packages.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-flow-minor-mode
|
(define-public emacs-flow-minor-mode
|
||||||
(let ((commit "d1b32a7dd0d33c6a00a106da5f4b2323602cbd3e")
|
(let ((commit "d1b32a7dd0d33c6a00a106da5f4b2323602cbd3e")
|
||||||
|
|
Loading…
Reference in a new issue