[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: hunspell-dict-en & variants: Make reproducib
From: |
guix-commits |
Subject: |
branch master updated: gnu: hunspell-dict-en & variants: Make reproducible. |
Date: |
Tue, 18 May 2021 11:21:52 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new be528eb gnu: hunspell-dict-en & variants: Make reproducible.
be528eb is described below
commit be528eb53d6c5c6d3ef7d74a02da2e2b97c0ccc6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 18 17:19:31 2021 +0200
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>.
---
gnu/packages/aspell.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index e5241c4..e19c369 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: hunspell-dict-en & variants: Make reproducible.,
guix-commits <=