mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: herbstluftwm: Put completions where fish expects them.
* gnu/packages/wm.scm (herbstluftwm)[arguments]: Set FISHCOMPLETIONDIR in #:make-flags.
This commit is contained in:
parent
78bf89de5a
commit
e08df3ad70
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ (define-public herbstluftwm
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue