mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +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:
parent
d512990d15
commit
4d405914ed
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ (define-public newsboat-2.13
|
|||
'("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
|
||||
|
|
Loading…
Reference in a new issue