gnu: herbstluftwm: Put completions where fish expects them.
* gnu/packages/wm.scm (herbstluftwm)[arguments]: Set FISHCOMPLETIONDIR in #:make-flags.master
parent
78bf89de5a
commit
e08df3ad70
|
@ -194,6 +194,8 @@ the leaves of a full binary tree.")
|
|||
(list "CC=gcc"
|
||||
(string-append "PREFIX=''")
|
||||
(string-append "DESTDIR=" out)
|
||||
(string-append "FISHCOMPLETIONDIR="
|
||||
"/share/fish/vendor_completions.d")
|
||||
(string-append "BASHCOMPLETIONDIR=" out
|
||||
"/etc/bash_completion.d")))))
|
||||
(synopsis "Tiling window manager for X11")
|
||||
|
|
Reference in New Issue