me
/
guix
Archived
1
0
Fork 0

gnu: ibus: Fix substitution.

* gnu/packages/ibus.scm (ibus)[arguments]: Fix command substitution.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
master
kanichos@yandex.ru 2020-01-01 13:15:49 +03:00 committed by Ricardo Wurmus
parent 609ebcc0fa
commit 92d7f5b45d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
"/share/X11/locale")))
(substitute* "ui/gtk3/xkblayout.vala"
(("\"(setxkbmap|xmodmap)\"" _ prog)
(string-append "\"" (assoc-ref inputs prog) "\"")))
(string-append "\"" (assoc-ref inputs prog) "/bin/" prog "\"")))
#t))
(add-after 'wrap-program 'wrap-with-additional-paths
(lambda* (#:key outputs #:allow-other-keys)