guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/02: gnu: newsboat-2.13: Build with json-c-0.13.
Date: Sun, 18 Oct 2020 03:40:09 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4d405914ed02bd5672d5527cf4fa6e529e7faab6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 18 10:14:02 2020 +0300

    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.
---
 gnu/packages/syndication.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index e174df0..82d3fa3 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]