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) /a> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
AgeCommit message (Expand)Author
2020-02-26gnu: node: Disable failing tests on armhf-linux....Marius Bakke
2020-02-26gnu: node: Update to 10.19.0....Marius Bakke
2020-02-24gnu: node: Increase build timeouts....Marius Bakke
2020-02-10gnu: node: Disable flaky test....Marius Bakke
2019-09-24Merge branch 'master' into core-updatesLudovic Courtès
2019-09-20gnu: node: Disable tests that fail with openssl@1.1.1d....Tobias Geerinckx-Rice
2019-07-13gnu: node: Update to 10.16.0....Marius Bakke