mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-bash-completion: Update to 3.2.
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.2. Change-Id: I3345f463ad81f6f2a4083b6bd5e55182d2d00804
This commit is contained in:
parent
6a1b17bea0
commit
45bc36e7ad
1 changed files with 28 additions and 33 deletions
|
@ -23478,40 +23478,35 @@ Slack client.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-bash-completion
|
(define-public emacs-bash-completion
|
||||||
;; This commit fixes an issue that would brake the shell process if trying
|
(package
|
||||||
;; to complete a command (see:
|
(name "emacs-bash-completion")
|
||||||
;; https://github.com/szermatt/emacs-bash-completion/issues/63).
|
(version "3.2")
|
||||||
(let ((commit "b38f9bca0c194ee3a79c19a14db3b38d1262ca8c")
|
(source
|
||||||
(revision "1"))
|
(origin
|
||||||
(package
|
(method git-fetch)
|
||||||
(name "emacs-bash-completion")
|
(uri (git-reference
|
||||||
(version (git-version "3.1.1" revision commit))
|
(url "https://github.com/szermatt/emacs-bash-completion")
|
||||||
(source
|
(commit version)))
|
||||||
(origin
|
(file-name (git-file-name name version))
|
||||||
(method git-fetch)
|
(sha256
|
||||||
(uri (git-reference
|
(base32 "0664dihdfvrbxqxy00fw0skdg454njm673ip54qrgkh38vyv5432"))))
|
||||||
(url "https://github.com/szermatt/emacs-bash-completion")
|
(build-system emacs-build-system)
|
||||||
(commit commit)))
|
(arguments
|
||||||
(file-name (git-file-name name version))
|
(list
|
||||||
(sha256
|
#:phases
|
||||||
(base32 "09didsy8l6q083djlf9xqqx4fbsisaq5j7vj8fj4qlwh34pfl94c"))))
|
#~(modify-phases %standard-phases
|
||||||
(build-system emacs-build-system)
|
(add-before 'install 'configure
|
||||||
(arguments
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(list
|
(emacs-substitute-variables "bash-completion.el"
|
||||||
#:phases
|
("bash-completion-prog"
|
||||||
#~(modify-phases %standard-phases
|
(search-input-file inputs "/bin/bash"))))))))
|
||||||
(add-before 'install 'configure
|
(inputs (list bash))
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(home-page "https://github.com/szermatt/emacs-bash-completion")
|
||||||
(emacs-substitute-variables "bash-completion.el"
|
(synopsis "Bash completion for the shell buffer")
|
||||||
("bash-completion-prog"
|
(description
|
||||||
(search-input-file inputs "/bin/bash"))))))))
|
"Bash Completion defines dynamic completion hooks for Shell mode and
|
||||||
(inputs (list bash))
|
|
||||||
(home-page "https://github.com/szermatt/emacs-bash-completion")
|
|
||||||
(synopsis "Bash completion for the shell buffer")
|
|
||||||
(description
|
|
||||||
"Bash Completion defines dynamic completion hooks for Shell mode and
|
|
||||||
@code{shell-command} prompts that are based on Bash completion.")
|
@code{shell-command} prompts that are based on Bash completion.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-easy-kill
|
(define-public emacs-easy-kill
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue