gnu: hunspell-dict-en & variants: Make reproducible.

* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Add a new
'make-reproducible phase.

Fixes <http://issues.guix.gnu.org/48499>.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-18 17:19:31 +02:00
parent cbdac3ce88
commit be528eb53d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -397,6 +397,10 @@ (define* (aspell-word-list language synopsis
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'make-reproducible
(lambda _
(substitute* "speller/README_en.txt.sh"
(("\\bdate\\b") ""))))
(delete 'configure)
(delete 'check)
(replace 'build