gnu: hunspell-dict-el: Reflow with guix style.

* gnu/packages/hunspell.scm (hunspell-dict-el): Reformat package
definition using 'guix style'.

Change-Id: Ifd741ec3aea6a25b3c2fecdb0d21caf8d5f59b94
This commit is contained in:
Efraim Flashner 2024-09-15 20:26:50 +03:00
parent c2d4f8ddda
commit 4ebb2ad0f6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -281,8 +281,7 @@ spell-checking library.")
(base32 "0z9nyfy50c0bjvvm42xwd3npjpp07a9slm3gfgvxanyqm7djrmb1")))) (base32 "0z9nyfy50c0bjvvm42xwd3npjpp07a9slm3gfgvxanyqm7djrmb1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases (modify-phases %standard-phases
(modify-phases %standard-phases
(delete 'build) (delete 'build)
(delete 'configure) (delete 'configure)
(replace 'install (replace 'install
@ -290,11 +289,9 @@ spell-checking library.")
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(share (string-append out "/share/hunspell/"))) (share (string-append out "/share/hunspell/")))
(install-file "el_GR.aff" share) (install-file "el_GR.aff" share)
(install-file "el_GR.dic" share) (install-file "el_GR.dic" share) #t))))
#t))))
#:tests? #f)) #:tests? #f))
(native-inputs (native-inputs (list hunspell ispell perl))
(list hunspell ispell perl))
(synopsis "Hunspell Greek/Hellenic dictionary") (synopsis "Hunspell Greek/Hellenic dictionary")
(description "This package provides a dictionary for the Hunspell (description "This package provides a dictionary for the Hunspell
spell-checking library.") spell-checking library.")