* [bug#63919] [PATCH] gnu: guile-jsonld: fix build and use new style.
@ 2023-06-06 4:43 Z572 via Guix-patches via
2023-07-05 22:57 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2023-06-06 4:43 UTC (permalink / raw)
To: 63919
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2804 bytes --]
* gnu/packages/guile-xyz (guile-jsonld)
[propagated-inputs]: replace GNUTLS with GUILE-GNUTLS, use new style.
---
gnu/packages/guile-xyz.scm | 37 ++++++++++++++++---------------------
1 file changed, 16 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index d8684bb818..0415d857e7 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>
;;;
@@ -4622,30 +4622,25 @@ (define-public guile-jsonld
(package
(name "guile-jsonld")
(version "1.0.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://framagit.org/tyreunom/guile-jsonld")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1ryyvh71899z2inivqglb8d78zzp1sd0wv9a56kvcmrxf1966z6r"))))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://framagit.org/tyreunom/guile-jsonld")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ryyvh71899z2inivqglb8d78zzp1sd0wv9a56kvcmrxf1966z6r"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f)); require network
- (propagated-inputs
- `(("guile-gnutls" ,gnutls)
- ("guile-json" ,guile-json-4)
- ("guile-rdf" ,guile-rdf)))
- (inputs
- (list guile-3.0))
- (native-inputs
- (list automake autoconf pkg-config texinfo))
+ (list #:tests? #f)) ;require network
+ (propagated-inputs (list guile-gnutls guile-json-4 guile-rdf))
+ (inputs (list guile-3.0))
+ (native-inputs (list automake autoconf pkg-config texinfo))
(home-page "https://framagit.org/tyreunom/guile-jsonld")
(synopsis "Guile implementation of the JsonLD API specification")
- (description "Guile JsonLD is an implementation of the JsonLD (Json for
+ (description
+ "Guile JsonLD is an implementation of the JsonLD (Json for
Linked Data) API defined by the W3C for GNU Guile. It allows you to express links
between data, in a way that is very similar to WikiData or RDF for instance.
An object can have relations (in the form of an IRI) that relates it to one or
base-commit: 8937898af9433c0b7a8d95a78c95e21576ae22e8
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#63919] [PATCH] gnu: guile-jsonld: fix build and use new style.
2023-06-06 4:43 [bug#63919] [PATCH] gnu: guile-jsonld: fix build and use new style Z572 via Guix-patches via
@ 2023-07-05 22:57 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-07-05 22:57 UTC (permalink / raw)
To: 63919; +Cc: Z572, 63919-done
Hello,
Z572 via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/guile-xyz (guile-jsonld)
> [propagated-inputs]: replace GNUTLS with GUILE-GNUTLS, use new style.
I separated style and fix in two patches, then applied them. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-05 22:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 4:43 [bug#63919] [PATCH] gnu: guile-jsonld: fix build and use new style Z572 via Guix-patches via
2023-07-05 22:57 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.