3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: msmtp: Don't override defaults when checking for network.

This is no longer needed as the defaults have changed upstream.

* gnu/packages/mail.scm (msmtp)[arguments]: Remove substitution to force
'ping' instead of 'netcat' to check for network access.
This commit is contained in:
Efraim Flashner 2022-08-07 20:31:31 +03:00
parent eb8ab91284
commit f63ef9ab0d
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1751,11 +1751,7 @@ addons which can add many functionalities to the base client.")
(install-file (string-append msmtpq "/msmtpq") bin)
(install-file (string-append msmtpq "/msmtp-queue") bin)
(install-file (string-append msmtpq "/README.msmtpq") doc)
(install-file "scripts/vim/msmtp.vim" vimfiles)
;; Don't rely on netcat being in the PATH to test for a
;; connection, instead look up and ping debian.org.
(substitute* (string-append bin "/msmtpq")
(("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))))))))
(install-file "scripts/vim/msmtp.vim" vimfiles)))))))
(properties
'((release-monitoring-url . "https://marlam.de/msmtp/download/")))
(synopsis