gnu: showmethekey: Wrap showmethekey-gtk.

* gnu/packages/video.scm (showmethekey)[phases]{wrap-program}: Wrap
showmethekey-gtk to find GLib schemas.

Change-Id: Ib8292c34c4da68c49334d0a10e35cdb1aa65b163
This commit is contained in:
Carlos Durán Domínguez 2026-01-17 20:57:04 +01:00
parent 9010cf0caf
commit d540c0dbc6
No known key found for this signature in database
GPG key ID: 18068DE2A848DB4C

View file

@ -7067,7 +7067,12 @@ included for convenience.")
;; We do that ourselves later--so replace by a dummy
;; command.
(("gtk4-update-icon-cache")
"true")))))))
"true"))))
(add-after 'install 'wrap-program
(lambda _
(wrap-program (string-append #$output "/bin/showmethekey-gtk")
`("XDG_DATA_DIRS" prefix
(,(string-append #$output "/share")))))))))
(native-inputs (list (list glib "bin") gettext-minimal pkg-config))
(inputs (list libevdev
eudev