From d104aca167067d706bcf2a7ef16cb8c8cc60d633 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 11 Oct 2022 07:33:33 +0300 Subject: 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. --- gnu/packages/mail.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/mail.scm') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 82126f5a3b..68af3bb353 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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) -- cgit v1.2.3