mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-bash-completion: Update to 3.2-0.d32863d.
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.2-0.d32863d. [source]: Delete patches. * gnu/packages/patches/emacs-bash-completion-preserve-exit-code.patch: Delete file. * gnu/packages/patches/emacs-bash-completion-preserve-ps1.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them. Change-Id: If3a6f6954d3d3b7c34cbc8634c95cf4c18dbb318
This commit is contained in:
parent
06c4f8951e
commit
7cd121433b
4 changed files with 30 additions and 298 deletions
|
@ -24835,38 +24835,37 @@ Slack client.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-bash-completion
|
||||
(package
|
||||
(name "emacs-bash-completion")
|
||||
(version "3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/szermatt/emacs-bash-completion")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0664dihdfvrbxqxy00fw0skdg454njm673ip54qrgkh38vyv5432"))
|
||||
(patches
|
||||
(search-patches "emacs-bash-completion-preserve-ps1.patch"
|
||||
"emacs-bash-completion-preserve-exit-code.patch"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'install 'configure
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(emacs-substitute-variables "bash-completion.el"
|
||||
("bash-completion-prog"
|
||||
(search-input-file inputs "/bin/bash"))))))))
|
||||
(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
|
||||
(let ((commit "d32863dde8d35a44d8b88930d50d3979ea22788e")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-bash-completion")
|
||||
(version (git-version "3.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/szermatt/emacs-bash-completion")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "176hkx0m57464jwjv6iladv22mr2i5q896a9hbb3dj54ym6clrg5"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'install 'configure
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(emacs-substitute-variables "bash-completion.el"
|
||||
("bash-completion-prog"
|
||||
(search-input-file inputs "/bin/bash"))))))))
|
||||
(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.")
|
||||
(license license:gpl2+)))
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public emacs-easy-kill
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue