diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-21 23:30:39 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-21 23:30:45 +0000 |
| commit | 8148ca84373ad3985bf522dfc892d512266fe0c8 (patch) | |
| tree | f7030d10f734d9f28c3da219def0451f8bb395aa /gnu | |
| parent | 6168d3740468b34e6f39bf45b134609f6cc745ef (diff) | |
gnu: grammalecte: Switch to pyproject, fix build.
* gnu/packages/dictionaries.scm (grammalecte):
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: No tests.
[native-inputs]: Add python-setuptools.
Change-Id: Ief9385fc1dab0f77430843c7a5a2343a2c3e25a1
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 f860c56017..a71b852b6f 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.") "Grammalecte-fr-v" version ".zip")) (sha256 (base32 "076jv3ywdgqqzg92bfbagc7ypy08xjq5zn4vgna6j9350fkfqhzn")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;no tests provided with the project + (native-inputs + (list python-setuptools)) (home-page "https://grammalecte.net") (synopsis "French spelling and grammar checker") (description "Grammalecte is a grammar checker for the French language, |
