diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2026-05-05 13:02:51 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-12 14:05:24 +0900 |
| commit | 911271ca561a5cad105bf011047d27a506714937 (patch) | |
| tree | 7d92a3b8f76add5340416f952db76a5fe7327d5b | |
| parent | 3d2b6612b39859b2852766500020e2138934022e (diff) | |
gnu: emacs-apheleia: Include formatter scripts.
* gnu/packages/emacs-xyz.scm (emacs-apheleia)[arguments]<#:include>:
Install formatter scripts directory.
<#:exclude>: Filter out minified JavaScript file.
[source, home-page]: Update to radian-software URL.
Change-Id: Ib7186efb178fd7001b68d2f8b5bce269afb714ab
Reviewed-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index abc789b741..356f5a6039 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9324,14 +9324,16 @@ This mode supports Apache HTTP Server 2.4 and major modules.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/raxod502/apheleia") + (url "https://github.com/radian-software/apheleia") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1vs532hjkwj19laigqvvk11r0gwhv5vd8v6wh5598dzmfw3yh4bm")))) (build-system emacs-build-system) + (arguments (list #:include #~(cons "^scripts/formatters/" %default-include) + #:exclude #~(cons "\\.js$" %default-exclude))) (native-inputs (list emacs-buttercup)) - (home-page "https://github.com/raxod502/apheleia") + (home-page "https://github.com/radian-software/apheleia") (synopsis "Reformat buffer stably") (description "This package allows for a buffer to be reformatted without moving point, |
