gnu: public-inbox: Fix build on 32-bit systems.
* gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-file-fcntllock on all 32-bit systems.
This commit is contained in:
parent
a01e7f09cb
commit
d104aca167
@ -4227,7 +4227,7 @@ Git and exports them in maildir format or to an MDA through a pipe.")
|
||||
lsof openssl tini))
|
||||
(inputs
|
||||
(append
|
||||
(if (target-x86-32?)
|
||||
(if (not (target-64bit?))
|
||||
;; Required by test t/pop3d.t, otherwise fails with
|
||||
;; “sizeof(off_t)=8 requires File::FcntlLock”.
|
||||
(list perl-file-fcntllock)
|
||||
|
Loading…
Reference in New Issue
Block a user