me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2020-10-18 10:14:02 +03:00
parent d512990d15
commit 4d405914ed
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

@ -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