Unverified Commit 7e1b0686 authored by Morgan Jones's avatar Morgan Jones
Browse files

mattermost: build without long test suite by default

It was good for the unstable cycle to sort things out, switch it for
25.05 release since it's still in the passthru.
parent 1f67f0f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ let
          tests.mattermostWithTests = withTests;
        };
    in
    finalPassthru.withTests;
    finalPassthru.withoutTests;
in
buildMattermost rec {
  pname = "mattermost";