···83 done
84 '';
8586- checkInputs = [ dbus.daemon ];
8788 nativeBuildInputs = [
89 wrapGAppsHook
···114 # only need to run a virtual X server + dbus but also have a large enough
115 # resolution, because the Cairo test tries to draw a 200x200 window.
116 xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
117- --config-file=${dbus.daemon}/share/dbus-1/session.conf \
118 $out/bin/paperwork-gtk chkdeps
119120 # content of make test, without the dep on make install
···83 done
84 '';
8586+ checkInputs = [ dbus ];
8788 nativeBuildInputs = [
89 wrapGAppsHook
···114 # only need to run a virtual X server + dbus but also have a large enough
115 # resolution, because the Cairo test tries to draw a 200x200 window.
116 xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
117+ --config-file=${dbus}/share/dbus-1/session.conf \
118 $out/bin/paperwork-gtk chkdeps
119120 # content of make test, without the dep on make install
···26 nativeBuildInputs = [ cmake pkg-config python ];
27 propagatedBuildInputs = [ qtbase telepathy-farstream telepathy-glib ];
28 buildInputs = [ dbus-glib ];
29- checkInputs = [ dbus.daemon dbus-python ];
3031 # No point in building tests if they are not run
32 # On 0.9.7, they do not even build with QT4
···26 nativeBuildInputs = [ cmake pkg-config python ];
27 propagatedBuildInputs = [ qtbase telepathy-farstream telepathy-glib ];
28 buildInputs = [ dbus-glib ];
29+ checkInputs = [ dbus dbus-python ];
3031 # No point in building tests if they are not run
32 # On 0.9.7, they do not even build with QT4