[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: guix: Fix typo in last commit.
From: |
guix-commits |
Subject: |
branch master updated: guix: Fix typo in last commit. |
Date: |
Tue, 14 Dec 2021 09:49:37 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 41e61e4 guix: Fix typo in last commit.
41e61e4 is described below
commit 41e61e4fed8d2818549721ddc479f1dd4b616ead
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 14 15:49:15 2021 +0100
guix: Fix typo in last commit.
* guix/build/emacs-build-system.scm (make-autoloads): Fix typo.
---
guix/build/emacs-build-system.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build/emacs-build-system.scm
b/guix/build/emacs-build-system.scm
index e48281d..e08ac32 100644
--- a/guix/build/emacs-build-system.scm
+++ b/guix/build/emacs-build-system.scm
@@ -219,7 +219,7 @@ parallel. PARALLEL-TESTS? is ignored when using a non-make
TEST-COMMAND."
(define* (make-autoloads #:key outputs inputs #:allow-other-keys)
"Generate the autoloads file."
- (let* ((emacs (search-input-files inputs "/bin/emacs"))
+ (let* ((emacs (search-input-file inputs "/bin/emacs"))
(out (assoc-ref outputs "out"))
(elpa-name-ver (store-directory->elpa-name-version out))
(elpa-name (package-name->name+version elpa-name-ver))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: guix: Fix typo in last commit.,
guix-commits <=