diff options
| author | Jason Yundt <jason@jasonyundt.email> | 2024-09-22 17:54:18 -0400 |
|---|---|---|
| committer | Jason Yundt <jason@jasonyundt.email> | 2024-09-22 18:51:15 -0400 |
| commit | 1d3fd9f92d7097459bcf84e6bd0e8a401bdd16f3 (patch) | |
| tree | 3353934f369f17a1c21b3ec7ab91ecd69c578a01 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | bb8884d3b7a2e525c818a2f537774aa5f4edb677 (diff) | |
msmtp: specify that msmtpq is a wrapper
Consider this Nix expression:
let
pkgs = import /path/to/nixpkgs { };
in pkgs.binlore.collect {
drvs = [ pkgs.msmtp ];
}
Building that expression will allow you to inspect the binlore for
msmtp. Before this change, the lore said that msmtpq might be able to
execute its arguments. It would be more correct to say that msmtpq can
run its arguments because msmtpq forwards most of its arguments to
msmtp [1] and msmtp can run its arguments [2].
This commit makes sure that the msmtp package’s lore declares that the
msmtpq command is a wrapper for the msmtp command. This way, anything
that accesses msmtpq’s lore will know that msmtpq has the same verdict
as msmtp.
[1]: <https://github.com/marlam/msmtp/blob/msmtp-1.8.26/scripts/msmtpq/msmtpq#L301>
[2]: <https://marlam.de/msmtp/msmtp.html#index-_002d_002dpasswordeval>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
