Skip to content

Commit 5f30488

Browse files
authored
mattermost: disable Darwin support (#382711)
2 parents 13838ea + c7e14db commit 5f30488

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/ma/mattermost/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,21 @@ buildMattermost rec {
246246
};
247247
};
248248

249-
meta = with lib; {
249+
meta = {
250250
description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
251251
homepage = "https://www.mattermost.org";
252-
license = with licenses; [
252+
license = with lib.licenses; [
253253
agpl3Only
254254
asl20
255255
];
256-
maintainers = with maintainers; [
256+
maintainers = with lib.maintainers; [
257257
ryantm
258258
numinit
259259
kranzes
260260
mgdelacroix
261261
fsagbuya
262262
];
263+
platforms = lib.platforms.linux;
263264
mainProgram = "mattermost";
264265
};
265266
}

0 commit comments

Comments
 (0)