internal/rosa/package/git: 2.54.0 to 2.55.0

For some reason rust is now forced on by default without any check whatsoever. No idea why the maintainers think it was such a good idea to be so in your face.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-30 19:43:25 +09:00
parent d91951ca97
commit a981d185cf
+4 -2
View File
@@ -3,11 +3,11 @@ package git {
website = "https://www.git-scm.com";
anitya = 5350;
version# = "2.54.0";
version# = "2.55.0";
source = remoteTar {
url = "https://www.kernel.org/pub/software/scm/git/"+
"git-"+version+".tar.gz";
checksum = "7vGKtFOJGqY8DO4e8UMRax7dLgImXKQz5MMalec6MlgYrsarffSJjgOughwRFpSH";
checksum = "lOer6jb8vZQk6Nd1rLZIgsYys8whLvjJq8XbmCdTATcPFAYuQcK1Rgj1Jj6a00W8";
compress = gzip;
};
@@ -20,6 +20,7 @@ rm -f /system/bin/httpd
// uses source tree as scratch space
enterSource = true;
env = [ "NO_RUST=YesPlease" ];
exec = make {
inPlace = true;
@@ -85,6 +86,7 @@ disable_test t5515-fetch-merge-logic
zlib,
curl,
libexpat,
kernel-headers,
];
runtime = [