aboutsummaryrefslogtreecommitdiff
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)
ad25bef8ed317abcdb0c91'>gnu: atril: Expand package description....* gnu/packages/mate.scm (atril)[description]: Expand with the upstream description. Change-Id: Ibd142094a5fbb4028613a03da0bd6de75cc9f6fe Efraim Flashner 2024-05-13gnu: atril: Remove input labels....* gnu/packages/mate.scm (atril)[native-inputs]: Remove package labels. [inputs]: Same. Change-Id: I9bdb69426d4b3285b09310642b881ac9bcee0d47 Efraim Flashner n>Maxim Cournoyer