In the package definition the call to the command 'git' is substituted with the full path to the git executable. This change causes the mix formatting tool to complain that the line is too long. This workaround reformats the file after the substitution is made. --- a/Makefile +++ b/Makefile @@ -265,6 +265,7 @@ format: compile $(call FORMAT) test_formatted: compile + $(call FORMAT,lib/mix/lib/mix/scm/git.ex) $(call FORMAT,--check-formatted) test_erlang: compile $(TEST_ERLS) t logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gxmessage.scm
hase. [native-inputs]: Add jq.
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
Tobias Geerinckx-Rice
2023-02-12gnu: translate-shell: Update to 0.9.7.1....* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.7.1. Efraim Flashner
2022-10-18gnu: Add skk-jisyo....* gnu/packages/dictionaries.scm (skk-jisyo): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> ROCKTAKEY
2022-09-04gnu: ding: Update to 1.9....* gnu/packages/dictionaries.scm (ding): Update to 1.9. [source]: Switch to HTTPS. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Hendursaga
2022-08-30gnu: translate-shell: Update to 0.9.7....* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.7. [arguments]: Remove trailing #t from phases. Efraim Flashner