gotosocial: build with kvformat tag

As done by upstream: https://github.com/superseriousbusiness/gotosocial/blob/main/scripts/build.sh#L9

This prints values better, as well as having a tiny performance benefit.
This commit is contained in:
Lorenzo Manacorda 2024-09-28 22:02:39 +02:00
parent bc74f4047f
commit 7249b5cc22

View File

@ -33,6 +33,10 @@ buildGoModule rec {
"-X main.Version=${version}"
];
tags = [
"kvformat"
];
postInstall = ''
tar xf ${web-assets}
mkdir -p $out/share/gotosocial