guix-commits
[Top][All Lists]
Advanced

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

14/17: gnu: guile-jsonld: Fix build.


From: guix-commits
Subject: 14/17: gnu: guile-jsonld: Fix build.
Date: Wed, 5 Jul 2023 18:48:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ebecfa55d53bde9b905f510a361bfe4f749a8f46
Author: Z572 <873216071@qq.com>
AuthorDate: Wed Jul 5 23:40:12 2023 +0200

    gnu: guile-jsonld: Fix build.
    
    * gnu/packages/guile-xyz.scm (guile-jsonld)[propagated-inputs]: Replace 
GNUTLS
    with GUILE-GNUTLS.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 11a40a844d..7707e67f00 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -43,7 +43,7 @@
 ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
 ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
 ;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info>
-;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2022, 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
@@ -4685,7 +4685,7 @@ manipulating graphs and datasets.")
     (arguments
      `(#:tests? #f)); require network
     (propagated-inputs
-     `(("guile-gnutls" ,gnutls)
+     `(("guile-gnutls" ,guile-gnutls)
        ("guile-json" ,guile-json-4)
        ("guile-rdf" ,guile-rdf)))
     (inputs



reply via email to

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