mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-geo.
* gnu/packages/elixir-xyz.scm (elixir-geo): New variable. Change-Id: I0803a7c5f0525ba23cbcaee44100980f48dc61c2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cfaa90f8e2
commit
8fb9874bf3
1 changed files with 18 additions and 0 deletions
|
@ -533,6 +533,24 @@ writer and parser).")
|
||||||
(home-page "https://hexdocs.pm/dialyxir/")
|
(home-page "https://hexdocs.pm/dialyxir/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-geo
|
||||||
|
(package
|
||||||
|
(name "elixir-geo")
|
||||||
|
(version "4.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "geo" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0d19k98bwnpk3fyhd2zicjyix5chph8zpcbknl0zgacc76rv5v8r"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(propagated-inputs (list elixir-jason))
|
||||||
|
(synopsis "Encodes and decodes WKB, WKT, and GeoJSON formats")
|
||||||
|
(description "This package provides @code{elixir-geo}, a library to encode
|
||||||
|
and decode WKB, WKT, and @code{GeoJSON} formats.")
|
||||||
|
(home-page "https://hexdocs.pm/geo/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-git-diff
|
(define-public elixir-git-diff
|
||||||
(package
|
(package
|
||||||
(name "elixir-git-diff")
|
(name "elixir-git-diff")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue