From b46256b162e15420bb034a9e6d65ec46f1c03343 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 11 Sep 2024 15:01:46 +0300 Subject: gnu: git-annex: Fix bash completion directory. This is a follow-up to 7c5d4031c9572e51f64ba82cc909aa2ffdeda47e. * gnu/packages/haskell-apps.scm (git-annex)[arguments]: Fix a typo in the bash completion directory. Change-Id: Ibbf807203c8305910acf3a2a0dd2d6086ffb6dfd --- gnu/packages/haskell-apps.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 19d612caeb..ab0f4cedad 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2015 Paul van der Walt ;;; Copyright © 2019, 2020 Kyle Meyer ;;; Copyright © 2015 John Soo -;;; Copyright © 2019, 2020, 2022, 2023 Efraim Flashner +;;; Copyright © 2019, 2020, 2022-2024 Efraim Flashner ;;; Copyright © 2019, 2020 Alex Griffin ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2020 Brian Leung @@ -374,7 +374,7 @@ to @code{cabal repl}).") (add-after 'install 'install-more (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) - (bash (string-append out "/etc/bash_completions.d")) + (bash (string-append out "/etc/bash_completion.d")) (fish (string-append out "/share/fish/vendor_completions.d")) (zsh (string-append out "/share/zsh/site-functions"))) (setenv "PREFIX" out) -- cgit v1.2.3