drawpile: set mainProgram to the client when appropriate
This commit is contained in:
parent
dbc68fa02f
commit
8618b4e48b
@ -105,12 +105,15 @@ in mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Collaborative drawing program that allows multiple users to sketch on the same canvas simultaneously";
|
||||
mainProgram = "drawpile-srv";
|
||||
homepage = "https://drawpile.net/";
|
||||
downloadPage = "https://drawpile.net/download/";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
} // lib.optionalAttrs buildServer {
|
||||
mainProgram = "drawpile-srv";
|
||||
} // lib.optionalAttrs buildClient {
|
||||
mainProgram = "drawpile";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user