Merge branch 'version-1.1.0'
[jackhill/guix/guix.git] / gnu / packages / patches / elixir-path-length.patch
CommitLineData
2f87048d
RS
1In the package definition the call to the command 'git' is substituted with
2the full path to the git executable. This change causes the mix formatting tool
3to complain that the line is too long. This workaround reformats the file
4after the substitution is made.
5
6--- a/Makefile
7+++ b/Makefile
b3e992e9
OK
8@@ -265,6 +265,7 @@ format: compile
9 $(call FORMAT)
2f87048d
RS
10
11 test_formatted: compile
b3e992e9
OK
12+ $(call FORMAT,lib/mix/lib/mix/scm/git.ex)
13 $(call FORMAT,--check-formatted)
2f87048d
RS
14
15 test_erlang: compile $(TEST_ERLS)