aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-09-15 20:27:34 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-09-16 09:08:38 +0300
commit404a27f0aa8f85c5d892981c488fc21f74444713 (patch)
tree92e726619621accd174093d757065bc963e35e4d
parent4ebb2ad0f63871402fadd1510a36fe22e306c071 (diff)
downloadguix-404a27f0aa8f85c5d892981c488fc21f74444713.tar
guix-404a27f0aa8f85c5d892981c488fc21f74444713.tar.gz
gnu: hunspell-dict-el: Add a source file-name.
* gnu/packages/hunspell.scm (hunspell-dict-el)[source]: Add a file-name field. Change-Id: Ibdc1ba7acf73c33f3bbaee888cd170b6aa4962af
-rw-r--r--gnu/packages/hunspell.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 22bc8a5311..8c076de3c4 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -277,6 +277,7 @@ spell-checking library.")
(uri (git-reference
(url "https://git.thanosapollo.org/hunspell-dict-el")
(commit commit)))
+ (file-name (git-file-name name version))
(sha256
(base32 "0z9nyfy50c0bjvvm42xwd3npjpp07a9slm3gfgvxanyqm7djrmb1"))))
(build-system gnu-build-system)