seatd: add meta.mainProgram

This commit is contained in:
NotAShelf 2023-08-16 21:55:11 +03:00
parent 8bcc8ea8fe
commit 6a0d58d437
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29

View File

@ -47,5 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ emantor ];
platforms = with lib.platforms; freebsd ++ linux ++ netbsd;
mainProgram = "seatd";
};
})