guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: gnu: herbstluftwm: Put completions where fish expects them.


From: guix-commits
Subject: 04/09: gnu: herbstluftwm: Put completions where fish expects them.
Date: Sun, 29 Mar 2020 12:41:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e08df3ad70aa53397b102d982e2c0f26e9c00685
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 17:14:24 2020 +0200

    gnu: herbstluftwm: Put completions where fish expects them.
    
    * gnu/packages/wm.scm (herbstluftwm)[arguments]: Set FISHCOMPLETIONDIR
    in #:make-flags.
---
 gnu/packages/wm.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e5b7ea8..5d28cac 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]