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:
parent
c2d4f8ddda
commit
4ebb2ad0f6
@ -281,8 +281,7 @@ spell-checking library.")
|
||||
(base32 "0z9nyfy50c0bjvvm42xwd3npjpp07a9slm3gfgvxanyqm7djrmb1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(delete 'build)
|
||||
(delete 'configure)
|
||||
(replace 'install
|
||||
@ -290,11 +289,9 @@ spell-checking library.")
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(share (string-append out "/share/hunspell/")))
|
||||
(install-file "el_GR.aff" share)
|
||||
(install-file "el_GR.dic" share)
|
||||
#t))))
|
||||
(install-file "el_GR.dic" share) #t))))
|
||||
#:tests? #f))
|
||||
(native-inputs
|
||||
(list hunspell ispell perl))
|
||||
(native-inputs (list hunspell ispell perl))
|
||||
(synopsis "Hunspell Greek/Hellenic dictionary")
|
||||
(description "This package provides a dictionary for the Hunspell
|
||||
spell-checking library.")
|
||||
|
Loading…
Reference in New Issue
Block a user