summaryrefslogtreecommitdiff
tag namev2022.6.21 (d8a2d0e0f9a200cd85a666d25205011448d4c9a8)
tag date2022-06-21 12:37:04 +0200
tagged byWojtek Kosior <koszko@koszko.org>
tagged objectcommit 5a0dc11003...
downloadhacktcha-2022.6.21.tar.gz
hacktcha-2022.6.21.zip
version 2022.6.21 release
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTpcnBg48VjfIpPS0JLxSIcWnn9GgUCYrGfUAAKCRBLxSIcWnn9 Grh5AP4l0Eb5D+v6eAVS7xtWQyy7jCx5KKvXs8qGr7ABlct7tQEA/YjMY3rU5DtM i2+oX/IG21PtD3DjItJzw8rg+5hUTQo= =Z7kw -----END PGP SIGNATURE-----
to-suspend is disabled"]: ... inside the marionette-eval of this test. Complete comment. Reported-by: Bruno Victal <mirai@makinata.eu> Maxim Cournoyer 2023-07-19tests: xvnc: Group up GDM test and use GNU Ocrad instead of Tesseract.•••* gnu/tests/vnc.scm (run-xvnc-test): Group up GDM test. Use GNU Ocrad. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal 2022-10-07tests: xvnc: Do not use specification->package in OS definition.•••Doing so would cause the extra package dependencies to not be correctly registered as dependencies, which would lead to a silent failure when attempting to load or byte compile the module at the time guix build itself (e.g., when running 'guix pull'). * gnu/tests/vnc.scm (%xvnc-os) [packages]: Turn the the specification->package declaration into a list of package objects. Maxim Cournoyer 2022-10-07Revert "Revert "services: Add xvnc-service-type.""•••This reverts commit 0c4966160054bc50e6ab3a4ac9c9a6a1826ab5a0. The fix appears in the subsequent commit, for clarity. Maxim Cournoyer 2022-10-07Revert "services: Add xvnc-service-type."•••This reverts commit 1c528a95cb92b7808e6603d7956185005583629f. This broke 'guix pull', for (yet) unknown reasons. Maxim Cournoyer 2022-10-07services: Add xvnc-service-type.•••* gnu/services/vnc.scm: New file. * gnu/tests/vnc.scm: Likewise. * gnu/local.mk: Register them. Maxim Cournoyer