gnu: recutils: Use regular check.

* gnu/packages/databases.scm (recutils)[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:51 -03:00 committed by Liliana Marie Prikler
parent aeb8c4fbea
commit e116e43d0c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1578,7 +1578,7 @@ (define-public recutils
;; XXX Without labels, the default 'configure phase picks the wrong "bash".
`(("bc" ,bc)
("bash:include" ,bash "include")
("check" ,check-0.14)
("check" ,check)
("pkg-config" ,pkg-config)))
(inputs
;; TODO: Add more optional inputs.