summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 17:19:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 17:20:27 +0200
commitbe528eb53d6c5c6d3ef7d74a02da2e2b97c0ccc6 (patch)
treebe3106290db787ec7582c377c9c2f2b54a7799bf /gnu/packages/aspell.scm
parentcbdac3ce88d97dac03a26bccc6e25df35b332086 (diff)
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>.
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r--gnu/packages/aspell.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index e5241c4e46f..e19c3695172 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -397,6 +397,10 @@ dictionaries, including personal ones.")
397 (arguments 397 (arguments
398 `(#:phases 398 `(#:phases
399 (modify-phases %standard-phases 399 (modify-phases %standard-phases
400 (add-after 'unpack 'make-reproducible
401 (lambda _
402 (substitute* "speller/README_en.txt.sh"
403 (("\\bdate\\b") ""))))
400 (delete 'configure) 404 (delete 'configure)
401 (delete 'check) 405 (delete 'check)
402 (replace 'build 406 (replace 'build