diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dictionaries.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index f860c560174..a71b852b6fd 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm | |||
| @@ -419,7 +419,11 @@ It comes with a German-English dictionary with approximately 270,000 entries.") | |||
| 419 | "Grammalecte-fr-v" version ".zip")) | 419 | "Grammalecte-fr-v" version ".zip")) |
| 420 | (sha256 | 420 | (sha256 |
| 421 | (base32 "076jv3ywdgqqzg92bfbagc7ypy08xjq5zn4vgna6j9350fkfqhzn")))) | 421 | (base32 "076jv3ywdgqqzg92bfbagc7ypy08xjq5zn4vgna6j9350fkfqhzn")))) |
| 422 | (build-system python-build-system) | 422 | (build-system pyproject-build-system) |
| 423 | (arguments | ||
| 424 | (list #:tests? #f)) ;no tests provided with the project | ||
| 425 | (native-inputs | ||
| 426 | (list python-setuptools)) | ||
| 423 | (home-page "https://grammalecte.net") | 427 | (home-page "https://grammalecte.net") |
| 424 | (synopsis "French spelling and grammar checker") | 428 | (synopsis "French spelling and grammar checker") |
| 425 | (description "Grammalecte is a grammar checker for the French language, | 429 | (description "Grammalecte is a grammar checker for the French language, |
