treewide: add meta.mainPRogram to networking

This commit is contained in:
Austin Horstman 2023-08-04 14:27:18 -05:00
parent aba58df4df
commit 1998f9aa9b
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View File

@ -79,5 +79,6 @@ buildGoModule rec {
license = licenses.asl20;
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe ];
mainProgram = "cloudflared";
};
}

View File

@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all;
mainProgram = "davmail";
};
}

View File

@ -86,5 +86,6 @@ buildFHSEnv {
license = licenses.unfree;
maintainers = with maintainers; [ ttuegel ];
platforms = [ "i686-linux" "x86_64-linux" ];
mainProgram = "dropbox";
};
}