gnu: ibus: Fix substitution.
* gnu/packages/ibus.scm (ibus)[arguments]: Fix command substitution. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>master
parent
609ebcc0fa
commit
92d7f5b45d
|
@ -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)
|
||||
|
|
Reference in New Issue