From fcf07e5cf30b2fe17774881e0415606a008e4945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Dur=C3=A1n=20Dom=C3=ADnguez?= Date: Sat, 17 Jan 2026 20:57:04 +0100 Subject: [PATCH] gnu: showmethekey: Improve description. * gnu/packages/video.scm (showmethekey): Add a reference to GLib's search paths. Change-Id: Ib8292c34c4da68c49334d0a10e35cdb1aa65b163 --- gnu/packages/video.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e756540182d..ed16cd01eac 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -7091,7 +7091,10 @@ that should see the keys. This package works in Xorg and Wayland since it directly reads the keys from the evdev device via libinput. -Users in group @code{wheel} can skip password authentication.") +Users in group @code{wheel} can skip password authentication. + +To use @code{showmethekey-gtk}, you must explicitly install @code{glib} to +configure the search paths.") (home-page "https://github.com/AlynxZhou/showmethekey") (license license:asl2.0)))