Commit 7249b5cc authored by Lorenzo Manacorda's avatar Lorenzo Manacorda
Browse files

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.
parent bc74f404
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,10 @@ buildGoModule rec {
    "-X main.Version=${version}"
  ];

  tags = [
    "kvformat"
  ];

  postInstall = ''
    tar xf ${web-assets}
    mkdir -p $out/share/gotosocial