3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: newsboat-2.13: Build with json-c-0.13.

* gnu/packages/syndication.scm (newsboat-2.13)[inputs]: Replace json-c
with json-c@.013.
This commit is contained in:
Efraim Flashner 2020-10-18 10:14:02 +03:00
parent d512990d15
commit 4d405914ed
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -165,6 +165,9 @@ file system, and many more features.")
'("asciidoctor" "openssl"))
;; For building documentation.
("asciidoc" ,asciidoc)))
(inputs
`(("json-c" ,json-c-0.13)
,@(alist-delete "json-c" (package-inputs newsboat))))
(arguments
'(#:phases
(modify-phases %standard-phases