1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: emacs-bash-completion: Preserve PS1 prompt, exit code.

* gnu/packages/patches/emacs-bash-completion-preserve-exit-code.patch: New patch.
* gnu/packages/patches/emacs-bash-completion-preserve-ps1.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/emacs-xyz.scm (emacs-bash-completion) [source]: Apply them.

Change-Id: Id179f4ee976efdbe52f05dcb0919ad586dc8bcad
This commit is contained in:
Maxim Cournoyer 2025-04-26 11:00:51 +09:00
parent e018fb6f61
commit 2e25cd62cb
No known key found for this signature in database
GPG key ID: 1260E46482E63562
4 changed files with 271 additions and 1 deletions

View file

@ -24356,7 +24356,10 @@ Slack client.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0664dihdfvrbxqxy00fw0skdg454njm673ip54qrgkh38vyv5432"))))
(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