From 63727d124535a4b3da0dbadaf1714208caa7e6f2 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 9 May 2021 21:11:33 +0200 Subject: [PATCH] package-lists/guix-nyxt-manifest: Add at-spi2-core. When not using a Desktop Environment, GTK / WebKitGTK keeps complaining name org.a11y.Bus was not provided by any .service files if at-spi2-core is not installed. --- .package-lists/guix-nyxt-manifest.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.package-lists/guix-nyxt-manifest.scm b/.package-lists/guix-nyxt-manifest.scm index 7582f749..f96b0897 100644 --- a/.package-lists/guix-nyxt-manifest.scm +++ b/.package-lists/guix-nyxt-manifest.scm @@ -1,2 +1,3 @@ (specifications->manifest - '("nyxt")) + '("at-spi2-core" + "nyxt"))