gnu: dovecot: Fix build.
* gnu/packages/mail.scm (dovecot)[inputs]: Use libunwind unconditionnaly to fix the tests.master
parent
5ec0c48fd4
commit
1ac5bd7c0b
|
@ -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)
|
||||
|
|
Reference in New Issue