all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 47932@debbugs.gnu.org
Subject: [bug#47932] [PATCH] gnu: Add xqilla.
Date: Wed, 21 Apr 2021 15:15:43 +0200	[thread overview]
Message-ID: <dab20721-cd8f-9841-6693-40c5622dcab8@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Hi Guix,

Here's a patch for xqilla.

Kind regards,
Roel Janssen


[-- Attachment #2: 0001-gnu-Add-xqilla.patch --]
[-- Type: text/x-patch, Size: 1875 bytes --]

From 13701599fe2c6690907ccd00d443675f036b1f10 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 21 Apr 2021 15:13:25 +0200
Subject: [PATCH] gnu: Add xqilla.

* gnu/packages/xml.scm (xqilla): New variable.
---
 gnu/packages/xml.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index db92f1b589..00864cadd0 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -31,6 +31,7 @@
 ;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2021 Roel Janssen <roel@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1570,6 +1571,30 @@ generating, manipulating, and validating XML documents using the DOM, SAX, and
 SAX2 APIs.")
     (license license:asl2.0)))
 
+(define-public xqilla
+  (package
+   (name "xqilla")
+   (version "2.3.4")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://sourceforge/xqilla/XQilla-"
+                                version ".tar.gz"))
+            (sha256
+             (base32 "1sq2b43hqzk9jq11sr0xc498z933a0rpfwvjp5z2xzii2rwk29i9"))))
+   (build-system gnu-build-system)
+   (arguments
+    `(#:configure-flags (list (string-append
+                               "--with-xerces="
+                               (assoc-ref %build-inputs "xerces-c")))))
+   (inputs
+    `(("xerces-c" ,xerces-c)))
+   (home-page "http://xqilla.sourceforge.net/")
+   (synopsis "XQuery and XPath utility")
+   (description "This package provides an XQuery and XPath 2 library and
+command line utility written in C++ implemented on top of the Xerces-C
+library.")
+   (license license:asl2.0)))
+
 (define-public xlsxio
   (package
     (name "xlsxio")
-- 
2.31.1


             reply	other threads:[~2021-04-21 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21 13:15 Roel Janssen [this message]
2021-11-03 10:14 ` [bug#47932] [PATCH] gnu: Add xqilla zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dab20721-cd8f-9841-6693-40c5622dcab8@gnu.org \
    --to=roel@gnu.org \
    --cc=47932@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.