mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
treewide: add meta.mainPRogram to networking
This commit is contained in:
parent
aba58df4df
commit
1998f9aa9b
@ -79,5 +79,6 @@ buildGoModule rec {
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe ];
|
||||
mainProgram = "cloudflared";
|
||||
};
|
||||
}
|
||||
|
@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "davmail";
|
||||
};
|
||||
}
|
||||
|
@ -86,5 +86,6 @@ buildFHSEnv {
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ ttuegel ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
mainProgram = "dropbox";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user