diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |