mattermost: disable Darwin support (#382711)
This commit is contained in:
commit
5f30488d37
@ -246,20 +246,21 @@ buildMattermost rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
|
description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
|
||||||
homepage = "https://www.mattermost.org";
|
homepage = "https://www.mattermost.org";
|
||||||
license = with licenses; [
|
license = with lib.licenses; [
|
||||||
agpl3Only
|
agpl3Only
|
||||||
asl20
|
asl20
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
ryantm
|
ryantm
|
||||||
numinit
|
numinit
|
||||||
kranzes
|
kranzes
|
||||||
mgdelacroix
|
mgdelacroix
|
||||||
fsagbuya
|
fsagbuya
|
||||||
];
|
];
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "mattermost";
|
mainProgram = "mattermost";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user