Unverified Commit 9e9389bd authored by asymmetric's avatar asymmetric Committed by GitHub
Browse files

gotosocial: build with `kvformat` tag (#345175)

parents dbfe292f 7249b5cc
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