mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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 @@ (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.
|
||||
|
|
Loading…
Reference in a new issue