mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
9010cf0caf
commit
d540c0dbc6
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue