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
This commit is contained in:
Efraim Flashner 2024-09-15 20:27:34 +03:00
parent 4ebb2ad0f6
commit 404a27f0aa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

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