me
/
guix
Archived
1
0
Fork 0

gnu: dovecot: Fix build.

* gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to
fix the tests.
master
Mathieu Othacehe 2021-10-06 08:54:14 +00:00
parent 5ec0c48fd4
commit 1ac5bd7c0b
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 5 deletions

View File

@ -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)