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:
parent
aeb8c4fbea
commit
e116e43d0c
1 changed files with 1 additions and 1 deletions
|
@ -1578,7 +1578,7 @@ organized in a hash table or B+ tree.")
|
||||||
;; XXX Without labels, the default 'configure phase picks the wrong "bash".
|
;; XXX Without labels, the default 'configure phase picks the wrong "bash".
|
||||||
`(("bc" ,bc)
|
`(("bc" ,bc)
|
||||||
("bash:include" ,bash "include")
|
("bash:include" ,bash "include")
|
||||||
("check" ,check-0.14)
|
("check" ,check)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO: Add more optional inputs.
|
;; TODO: Add more optional inputs.
|
||||||
|
|
Reference in a new issue