guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: dovecot: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: dovecot: Fix build.
Date: Wed, 06 Oct 2021 04:55:01 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 1ac5bd7  gnu: dovecot: Fix build.
1ac5bd7 is described below

commit 1ac5bd7c0bbe9a908a440b5233ee2620b9ec77d7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Oct 6 08:54:14 2021 +0000

    gnu: dovecot: Fix build.
    
    * gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to
    fix the tests.
---
 gnu/packages/mail.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7af3d9b..69cb80e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1921,11 +1921,7 @@ facilities for checking incoming mail.")
        ("icu4c" ,icu4c)
        ("libsodium" ,libsodium)         ; extra password algorithms
        ("libstemmer" ,libstemmer)
-       ;; FIXME: The 'test-backtrace' tests fail on arm when using glibc's
-       ;; backtrace_symbol() function so fallback to using libunwind.
-       ,@(if (target-arm?)
-          `(("libunwind" ,libunwind))
-          '())
+       ("libunwind" ,libunwind)
        ("linux-pam" ,linux-pam)
        ("lz4" ,lz4)
        ("openssl" ,openssl)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]