mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: perl-unicode-utf8: Disable tests on 32-bit systems.
* gnu/packages/perl.scm (perl-unicode-utf8)[arguments]: New field.
This commit is contained in:
parent
29e53b446c
commit
56112a577c
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,7 @@ (define-module (gnu packages perl)
|
|||
#:use-module (gnu packages)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system perl)
|
||||
#:use-module (gnu packages base)
|
||||
|
@ -8998,6 +8999,9 @@ (define-public perl-unicode-utf8
|
|||
(base32
|
||||
"1xnhazbdvpyfpnxd90krzhxkvabf8fa2ji6xzlrf75j6nz8251zs"))))
|
||||
(build-system perl-build-system)
|
||||
;; FIXME: Tests fail on 32-bit architectures:
|
||||
;; <https://rt.cpan.org/Public/Bug/Display.html?id=127007>.
|
||||
(arguments `(#:tests? ,(target-64bit?)))
|
||||
(native-inputs
|
||||
`(("perl-test-fatal" ,perl-test-fatal)
|
||||
("perl-test-leaktrace" ,perl-test-leaktrace)
|
||||
|
|
Loading…
Reference in a new issue