gnu: dialog: Enable tests.

* gnu/packages/ncurses.scm (dialog)[arguments]: Don't disable tests.
This commit is contained in:
Efraim Flashner 2020-12-28 16:25:45 +02:00
parent 477649c64e
commit 38076e372e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -247,8 +247,6 @@ ncursesw library provides wide character support.")
(base32
"0riqmp2xl2j2yxx69nyg8jbm2fyi5fp4clcf6zi5jfm3irn3l8y9"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no test suite
(inputs
`(("ncurses" ,ncurses)))
(synopsis "Curses widgets")