mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
msmtp: add meta.mainProgram
This commit is contained in:
parent
6e3af65947
commit
1593b2344f
@ -40,6 +40,7 @@ let
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "msmtp";
|
||||||
};
|
};
|
||||||
|
|
||||||
binaries = stdenv.mkDerivation {
|
binaries = stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user