me
/
guix
Archived
1
0
Fork 0

gnu: remind: Run tests.

‘No "check" target’ != ‘no tests’.

* gnu/packages/calendar.scm (remind)[arguments]: Run tests.
master
Tobias Geerinckx-Rice 2021-05-06 22:23:20 +02:00
parent 0978f2faae
commit 07f0ebda1a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ able to synchronize with CalDAV servers through vdirsyncer.")
(base32 "0nszv62gqyclsvsygqj4b1c5h40rp66s5njgcf1h7iy9f00hr6ln"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f)) ; no "check" target
'(#:test-target "test"))
(home-page "https://dianne.skoll.ca/projects/remind/")
(synopsis "Sophisticated calendar and alarm program")
(description