mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: perl-sdl: Fix build.
* gnu/packages/perl.scm (perl-sdl)[arguments]: Add 'skip-failing-test phase. Change-Id: I44627e1d19a4a4d37f7b2663738cde2f0dc598ee
This commit is contained in:
parent
66ee8de752
commit
a13af93b53
1 changed files with 10 additions and 0 deletions
|
@ -13096,6 +13096,16 @@ such that being individual extensions would be wasteful.")
|
|||
(sha256
|
||||
(base32 "1dagpmcpjnwvd4g6mmnc312rqpd4qcwx21rpi2j7084wz8mijai5"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-failing-test
|
||||
(lambda _
|
||||
;; XXX: This test fails with:
|
||||
;; Can't use an undefined value as a subroutine reference
|
||||
;; during global destruction.
|
||||
(substitute* "t/core_events.t"
|
||||
(("^SDL::Events::set_event_filter") "#")))))))
|
||||
(native-inputs
|
||||
(list perl-alien-sdl
|
||||
perl-capture-tiny
|
||||
|
|
Loading…
Add table
Reference in a new issue