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:
parent
cbdac3ce88
commit
be528eb53d
@ -397,6 +397,10 @@ dictionaries, including personal ones.")
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user