~ruther/guix-local

a42af54c73062ba13f765545037dfd43f47619f5 — jgart 2 months ago 592a96d
gnu: Add hare-xml.

* gnu/packages/hare-xyz.scm (hare-xml): New variable.

Change-Id: I50ac2253ef16edbb1147ec56346f381b102586a9
1 files changed, 20 insertions(+), 0 deletions(-)

M gnu/packages/hare-xyz.scm
M gnu/packages/hare-xyz.scm => gnu/packages/hare-xyz.scm +20 -0
@@ 243,3 243,23 @@ language.")
    (description "This package is a set of gtk-layer-shell bindings for the Hare
language.")
    (license license:mpl2.0)))

(define-public hare-xml
  (package
    (name "hare-xml")
    (version "0.25.2.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://git.sr.ht/~sircmpwn/hare-xml")
              (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1h216z59piz1g7a0iiy1qic1wj8lbajw3mw5zw9nid0bz2vx81b0"))))
    (build-system hare-build-system)
    (supported-systems %hare-supported-systems)
    (home-page "https://git.sr.ht/~sircmpwn/hare-xml")
    (synopsis "XML support for Hare")
    (description "This package provides XML support for Hare.")
    (license license:mpl2.0)))