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:
parent
bc74f4047f
commit
7249b5cc22
@ -33,6 +33,10 @@ buildGoModule rec {
|
||||
"-X main.Version=${version}"
|
||||
];
|
||||
|
||||
tags = [
|
||||
"kvformat"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
tar xf ${web-assets}
|
||||
mkdir -p $out/share/gotosocial
|
||||
|
Loading…
Reference in New Issue
Block a user