mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: grammalecte: Run tests.
* gnu/packages/dictionaries.scm (grammalecte): [arguments]<#:test-backend>: Set it. Change-Id: Idc4b433767dd5a52c0929d9171d7c4b85a9031e3
This commit is contained in:
parent
7652e6f8f9
commit
cf7c47870f
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
|
|||
(base32 "0kv8h0116sfcrqnpd3jv2b098ychda7v27fciq1phxw50jbj395a"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests provided with the project
|
||||
(list #:test-backend #~'unittest))
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(home-page "https://grammalecte.net")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue