Christopher Baines writes: > * gnu/packages/virtualization.scm (virt-manager)[arguments]: Set #:test-target > to "test_ui", replace the 'check phase. > [native-inputs]: Add some inputs required for running tests. [...] > @@ -673,6 +684,11 @@ virtualization library.") > ("gobject-introspection" ,gobject-introspection) > ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache > ("perl" ,perl) ; pod2man > + ("python-dogtail" ,python-dogtail) > + ("xvfb" ,xorg-server) > + ("dbus" ,dbus) > + ("at-spi2-core" ,at-spi2-core) > + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) Please leave a comment along the lines of ;; The following are required for running the tests. ...to leave a clue for the next packager who wonders whether these inputs are misplaced. Apart from these comments, the series LGTM.