mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: dovecot: Fix build.
* gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to fix the tests.
This commit is contained in:
parent
5ec0c48fd4
commit
1ac5bd7c0b
1 changed files with 1 additions and 5 deletions
|
@ -1921,11 +1921,7 @@ (define-public dovecot
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue