[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")
- branch master updated (57c3b71 -> acf900e), guix-commits, 2020/03/29
- 02/09: gnu: xscreensaver: Put ‘app-defaults’ in the right place., guix-commits, 2020/03/29
- 04/09: gnu: herbstluftwm: Put completions where fish expects them.,
guix-commits <=
- 05/09: gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’., guix-commits, 2020/03/29
- 03/09: gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’., guix-commits, 2020/03/29
- 06/09: gnu: numix-gtk-theme: Fix name., guix-commits, 2020/03/29
- 01/09: gnu: Remove more packages deprecated for over almost a year., guix-commits, 2020/03/29
- 07/09: gnu: numix-gtk-theme: Fix installation directory., guix-commits, 2020/03/29
- 09/09: gnu: cgit: Update to 1.2.3., guix-commits, 2020/03/29
- 08/09: gnu: xtl: Update to 0.6.13., guix-commits, 2020/03/29