darkman: add meta.mainProgram

This commit is contained in:
Bob van der Linden 2023-10-22 20:58:36 +02:00
parent 51d906d234
commit 1e86c7b9e1
No known key found for this signature in database
GPG Key ID: EEBE8E3EC4A31364

View File

@ -44,5 +44,6 @@ buildGoModule rec {
license = licenses.isc;
maintainers = [ maintainers.ajgrf ];
platforms = platforms.linux;
mainProgram = "darkman";
};
}