GNU bug report logs -
#61610
[PATCH] gnu: emacs-vterm: Include etc directory in installed files
Previous Next
Reported by: Jake Leporte <jakeleporte <at> outlook.com>
Date: Sat, 18 Feb 2023 22:29:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61610 in the body.
You can then email your comments to 61610 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61610
; Package
guix-patches
.
(Sat, 18 Feb 2023 22:29:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jake Leporte <jakeleporte <at> outlook.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 18 Feb 2023 22:29:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-vterm)[arguments]: Add "^etc/.*" to the
list of regexes for installed files.
---
The package repo includes an `etc' directory with shell-side
configuration files which can be sourced using the $EMACS_VTERM_PATH
varible to conveniently set up the shell properly for emacs-vterm.
This patch includes that directory in the output directory.
gnu/packages/emacs-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4839bb9..8d21e3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27267,6 +27267,8 @@ (define-public emacs-vterm
(guix build utils))
#:imported-modules (,@%emacs-build-system-modules
(guix build cmake-build-system))
+ ;; Include the `etc' folder for shell-side configuration files
+ #:include (cons* "^etc/.*" %default-include)
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'substitute-vterm-module-path
base-commit: 6dce27abbba01cb4e249c9bdb3c132cecc0a5c51
prerequisite-patch-id: 55ebfdbee35b36ac06da23b716337ecfef350452
prerequisite-patch-id: cc81d1d3eb9c0687793c8baf949901cd49c42650
prerequisite-patch-id: 52c97b6e4d8d4b78217423a3f1323d95a609de8c
prerequisite-patch-id: 90b350ab4778843697da28bb10344a84ccacc70c
prerequisite-patch-id: 0d5a1f7cfe93822a3f3b11c19f4b2662a79cda17
prerequisite-patch-id: f6dd89498a48185e628f547b7f023a30547d8933
prerequisite-patch-id: 1a1a441a49fc8cad10ad161ab39b0fb73b19f42d
--
2.39.1
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 19 Feb 2023 10:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jake Leporte <jakeleporte <at> outlook.com>
:
bug acknowledged by developer.
(Sun, 19 Feb 2023 10:43:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 61610-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Jake Leporte <jakeleporte <at> outlook.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-vterm)[arguments]: Add "^etc/.*" to the
> list of regexes for installed files.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 19 Mar 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.