mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: dialog: Enable tests.
* gnu/packages/ncurses.scm (dialog)[arguments]: Don't disable tests.
This commit is contained in:
parent
477649c64e
commit
38076e372e
1 changed files with 0 additions and 2 deletions
|
@ -247,8 +247,6 @@ (define-public dialog
|
|||
(base32
|
||||
"0riqmp2xl2j2yxx69nyg8jbm2fyi5fp4clcf6zi5jfm3irn3l8y9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no test suite
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)))
|
||||
(synopsis "Curses widgets")
|
||||
|
|
Loading…
Reference in a new issue