me
/
guix
Archived
1
0
Fork 0

guix: Fix typo in last commit.

* guix/build/emacs-build-system.scm (make-autoloads): Fix typo.
master
Nicolas Goaziou 2021-12-14 15:49:15 +01:00
parent 6717ce28d0
commit 41e61e4fed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -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))