mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-geo-postgis.
* gnu/packages/elixir-databases.scm (elixir-geo-postgis): New variable. Change-Id: If77f089779cfeaa1d1f10159b51a5cee218dd6a3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5c103cae0b
commit
f6a31873a2
1 changed files with 18 additions and 0 deletions
|
|
@ -151,6 +151,24 @@ configuration-driven @code{Ecto} schema extensibility.")
|
||||||
(home-page "https://hexdocs.pm/exto/")
|
(home-page "https://hexdocs.pm/exto/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-geo-postgis
|
||||||
|
(package
|
||||||
|
(name "elixir-geo-postgis")
|
||||||
|
(version "3.7.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "geo_postgis" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "102j81g58wb8skdpa5vggp2kcwdva8qf0nyxkpzbfd8dc0y843f2"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(propagated-inputs (list elixir-ecto elixir-geo elixir-jason elixir-poison
|
||||||
|
elixir-postgrex))
|
||||||
|
(synopsis "PostGIS extension for Postgrex.")
|
||||||
|
(description "@code{PostGIS} extension for Postgrex.")
|
||||||
|
(home-page "https://hexdocs.pm/geo_postgis/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-myxql
|
(define-public elixir-myxql
|
||||||
(package
|
(package
|
||||||
(name "elixir-myxql")
|
(name "elixir-myxql")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue