mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-owl.
* gnu/packages/elixir-xyz.scm (elixir-owl): New variable. Change-Id: Ib27a68cbca3e4b24e80cfdca38496849693ae525 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b3be685b96
commit
e5ece10da3
1 changed files with 19 additions and 0 deletions
|
@ -594,6 +594,25 @@ library to track ownership of resources across processes.")
|
||||||
(home-page "https://hexdocs.pm/nimble_ownership/")
|
(home-page "https://hexdocs.pm/nimble_ownership/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-owl
|
||||||
|
(package
|
||||||
|
(name "elixir-owl")
|
||||||
|
(version "0.13.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "owl" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xbl5wykss5na8l31vf4kr0vz4qmsszqzdkwyncdp91prq8rvgsr"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs (list elixir-excoveralls))
|
||||||
|
(propagated-inputs (list elixir-ucwidth))
|
||||||
|
(synopsis "Toolkit for writing command-line user interfaces")
|
||||||
|
(description
|
||||||
|
"This package provides a toolkit for writing command-line user interfaces.")
|
||||||
|
(home-page "https://hexdocs.pm/owl/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public elixir-pathex
|
(define-public elixir-pathex
|
||||||
(package
|
(package
|
||||||
(name "elixir-pathex")
|
(name "elixir-pathex")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue