diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-29 12:56:14 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-29 12:59:38 +0000 |
commit | b77782f702f5b46cc314d81578c39faf7e574d35 (patch) | |
tree | e5d010331bd926c3d1d3290ea9ff9a7053f947f5 /gnu/packages/guile-xyz.scm | |
parent | 8d02c2c39e647206482debf3ae943ae6198b1fd0 (diff) | |
download | guix-b77782f702f5b46cc314d81578c39faf7e574d35.tar.gz |
gnu: guile-email: Fix build.
* gnu/packages/patches/guile-email-fix-tests.patch: New file. * gnu/local.mk (DIST_PATCH_DATA): Add it. * gnu/packages/guile-xyz.scm (guile-email): Use it.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index cf7e784065..b903e7ae91 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1285,7 +1285,9 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.") version ".tar.lz")) (sha256 (base32 - "1rc8r0fgvflnyq5ckl7ii8sghpsgpkzxa8vskjr1ak2kyar6m35k")))) + "1rc8r0fgvflnyq5ckl7ii8sghpsgpkzxa8vskjr1ak2kyar6m35k")) + (patches + (search-patches "guile-email-fix-tests.patch")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |