me
/
guix
Archived
1
0
Fork 0

gnu: herbstluftwm: Put completions where fish expects them.

* gnu/packages/wm.scm (herbstluftwm)[arguments]: Set FISHCOMPLETIONDIR
in #:make-flags.
master
Tobias Geerinckx-Rice 2020-03-29 17:14:24 +02:00
parent 78bf89de5a
commit e08df3ad70
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 0 deletions

View File

@ -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")