mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: multipath-tools: Use the latest json-c.
* gnu/packages/linux.scm (multipath-tools)[inputs]: Change from JSON-C-0.13 to JSON-C.
This commit is contained in:
parent
4de58a4b81
commit
9e78ec5d24
1 changed files with 1 additions and 1 deletions
|
@ -4544,7 +4544,7 @@ (define-public multipath-tools
|
|||
;; For tests.
|
||||
("cmocka" ,cmocka)))
|
||||
(inputs
|
||||
`(("json-c" ,json-c-0.13)
|
||||
`(("json-c" ,json-c)
|
||||
("libaio" ,libaio)
|
||||
("liburcu" ,liburcu)
|
||||
("lvm2" ,lvm2)
|
||||
|
|
Loading…
Reference in a new issue