This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
The following commit(s) were added to refs/heads/emacs-team by this push:
new 91d239a98d gnu: emacs-minimal: Adjust patches.
91d239a98d is described below
commit 91d239a98d6c0d364e7fe74785388779abd28be3
Author: Morgan Smith <[email protected]>
AuthorDate: Thu Aug 27 13:49:34 2026 -0400
gnu: emacs-minimal: Adjust patches.
* gnu/packages/emacs.scm
(emacs-minimal):[#:phases]<patch-program-file-names>:
Substitute “bin/sh” rather than “sh” in “lisp/man.el”.
Additionally patch “dd” in "jka-compr.el".
* gnu/packages/patches/emacs-native-comp-fix-filenames.patch: Delete last
reference to ‘startup--original-eln-load-path’.
---
gnu/packages/emacs.scm | 10 ++++++----
gnu/packages/patches/emacs-native-comp-fix-filenames.patch | 10 ++++++++++
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index be4a5b689f..4fb7390e08 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -272,6 +272,7 @@
"lisp/term.el"
"lisp/htmlfontify.el"
"lisp/mail/feedmail.el"
+ "lisp/man.el"
"lisp/obsolete/pgg-pgp.el"
"lisp/obsolete/pgg-pgp5.el"
"lisp/org/ob-eval.el"
@@ -287,11 +288,12 @@
"lisp/mail/blessmail.el")
(("\"#!/bin/sh\\\n\"")
(format #f "\"#!~a~%\"" (search-input-file inputs "bin/sh"))))
- (substitute* '("lisp/jka-compr.el"
- "lisp/man.el")
+ (substitute* "lisp/jka-compr.el"
(("\"sh\"")
- (format #f "~s" (search-input-file inputs "bin/sh"))))
-
+ (format #f "~s" (search-input-file inputs "bin/sh")))
+ ;; Substitute "dd" command.
+ (("\"/bin/dd\"")
+ (format #f "~s" (search-input-file inputs "bin/dd"))))
;; Substitute "awk" command.
(substitute* '("lisp/gnus/nnspool.el"
"lisp/org/ob-awk.el"
diff --git a/gnu/packages/patches/emacs-native-comp-fix-filenames.patch
b/gnu/packages/patches/emacs-native-comp-fix-filenames.patch
index ae16fc260c..c5f25037cd 100644
--- a/gnu/packages/patches/emacs-native-comp-fix-filenames.patch
+++ b/gnu/packages/patches/emacs-native-comp-fix-filenames.patch
@@ -235,6 +235,16 @@ Index: emacs/lisp/startup.el
(defun startup--rescale-elt-match-p (font-pattern font-object)
"Test whether FONT-OBJECT matches an element of `face-font-rescale-alist'.
FONT-OBJECT is a font-object that specifies a font to test.
+@@ -709,8 +709,6 @@ normal-top-level
+ (expand-file-name
+ (decode-coding-string dir coding t)))
+- npath)))
+- (setq startup--original-eln-load-path
+- (copy-sequence native-comp-eln-load-path)))
++ npath))))
+ (dolist (filesym '(data-directory doc-directory exec-directory
+ installation-directory
+ invocation-directory invocation-name
@@ -771,9 +756,6 @@ It is the default value of the variable
(unwind-protect
(command-line)