me
/
guix
Archived
1
0
Fork 0

gnu: multipath-tools: Use the latest json-c.

* gnu/packages/linux.scm (multipath-tools)[inputs]: Change from JSON-C-0.13 to
JSON-C.
master
Marius Bakke 2020-12-12 16:58:08 +01:00
parent 4de58a4b81
commit 9e78ec5d24
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -4544,7 +4544,7 @@ arrays when needed.")
;; For tests.
("cmocka" ,cmocka)))
(inputs
`(("json-c" ,json-c-0.13)
`(("json-c" ,json-c)
("libaio" ,libaio)
("liburcu" ,liburcu)
("lvm2" ,lvm2)