Marius Bakke writes: > Hello Guix, > > This patch series intended to enable tests for i3-wm, only to discover > that it cannot spawn Xephyr instances in the build container. > > The 18 new perl modules can probably be used for other things, however. > > Marius Bakke (19): > gnu: Add perl-async-interrupt. > gnu: Add perl-canary-stability. > gnu: Add perl-ev. > gnu: Add perl-devel-checkcompiler. > gnu: Add perl-cwd-guard. > gnu: Add perl-module-build-xsutil. > gnu: Add perl-mouse. > gnu: Add perl-x11-xcb. > gnu: Add perl-xml-tokeparser. > gnu: Add perl-xml-descent. > gnu: Add perl-test-number-delta. > gnu: Add perl-extutils-depends. > gnu: Add perl-extutils-pkgconfig. > gnu: Add perl-xs-object-magic. > gnu: Add perl-any-moose. > gnu: Add perl-mousex-nativetraits. > gnu: Add perl-anyevent. > gnu: Add perl-anyevent-i3. > gnu: i3: Clarify test comment. > > gnu/packages/libevent.scm | 68 +++++++++- > gnu/packages/perl.scm | 322 +++++++++++++++++++++++++++++++++++++++++++++- > gnu/packages/wm.scm | 30 ++++- > gnu/packages/xml.scm | 53 +++++++- > gnu/packages/xorg.scm | 56 ++++++++ > 5 files changed, 524 insertions(+), 5 deletions(-) LGTM, except for the small changes I mentioned for perl-module-build-xsutil.