me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2022-10-11 07:33:33 +03:00
parent a01e7f09cb
commit d104aca167
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

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