mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-flymake-shellcheck: Use search-input-file.
* gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck): [arguments]<phases>: Improve phase 'substitute-shellcheck-path. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
7d5a498b4b
commit
279ce57d5b
1 changed files with 1 additions and 2 deletions
|
@ -3676,8 +3676,7 @@ boilerplate code from defining new Flymake backend functions.")
|
|||
(emacs-substitute-sexps "flymake-shellcheck.el"
|
||||
("defcustom flymake-shellcheck-path"
|
||||
`(or (executable-find "shellcheck")
|
||||
,(string-append (assoc-ref inputs "shellcheck")
|
||||
"/bin/shellcheck")))))))))
|
||||
,(search-input-file inputs "bin/shellcheck")))))))))
|
||||
(inputs
|
||||
(list shellcheck))
|
||||
(home-page "https://github.com/federicotdn/flymake-shellcheck")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue