gnu: edi: Use regular check.

* gnu/packages/enlightenment.scm (edi)[native-inputs]: Replace check-0.14 with
check.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Thiago Jung Bauermann 2022-07-02 01:07:54 -03:00 committed by Liliana Marie Prikler
parent b6b47a4423
commit 71ccba00e7
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -465,7 +465,7 @@ (define-public edi
(lambda _ (setenv "HOME" "/tmp") #t)))
#:tests? #f)) ; tests require running dbus service
(native-inputs
`(("check" ,check-0.14)
`(("check" ,check)
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs