mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
notmuch-addrlookup: set meta.mainProgram
This commit is contained in:
parent
1dfada3106
commit
01abc57bf3
@ -25,5 +25,6 @@ stdenv.mkDerivation {
|
||||
maintainers = with maintainers; [ mog ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit;
|
||||
mainProgram = "notmuch-addrlookup";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user