me
/
guix
Archived
1
0
Fork 0

gnu: emacs-orca: Add source file-name.

* gnu/packages/emacs-xyz.scm (emacs-orca)[source]: Add file-name field.
Efraim Flashner 2022-11-14 15:06:00 +02:00
parent 6030bdcf6a
commit 64b153556e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -31723,6 +31723,7 @@ snippets for Emacs.")
(uri (git-reference
(url "https://github.com/abo-abo/orca")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "00a363vkqvryw5s7pj0kh8pqq5vvbf1pmbzz0b1z1fckwr49sv0f"))))
(build-system emacs-build-system)