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.master
parent
d512990d15
commit
4d405914ed
|
@ -165,6 +165,9 @@ file system, and many more features.")
|
||||||
'("asciidoctor" "openssl"))
|
'("asciidoctor" "openssl"))
|
||||||
;; For building documentation.
|
;; For building documentation.
|
||||||
("asciidoc" ,asciidoc)))
|
("asciidoc" ,asciidoc)))
|
||||||
|
(inputs
|
||||||
|
`(("json-c" ,json-c-0.13)
|
||||||
|
,@(alist-delete "json-c" (package-inputs newsboat))))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue