mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: esmtp: Fix build with libesmtp >= 1.1.0.
* gnu/packages/mail.scm (esmtp)[source]: Add patch. * gnu/packages/patches/esmtp-add-lesmtp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
This commit is contained in:
parent
e463e09dc2
commit
c7b51b799d
3 changed files with 40 additions and 1 deletions
|
@ -2399,7 +2399,8 @@ be expected from a simple client.")
|
|||
(sha256
|
||||
(base32
|
||||
"1ay282rrl92h0m0m8z5zzjnwiiagi7c78aq2qvhia5mw7prwfyw2"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(patches (search-patches "esmtp-add-lesmtp.patch"))))
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'bootstrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue