vsmtp: set platforms to platforms.linux
This commit is contained in:
parent
f3170f025c
commit
9a9427d9bf
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "A next-gen mail transfer agent (MTA) written in Rust";
|
||||
homepage = "https://viridit.com";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nickcao ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue