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:
Giacomo Leidi 2025-09-15 14:20:28 +02:00 committed by Ludovic Courtès
parent b3be685b96
commit e5ece10da3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -594,6 +594,25 @@ library to track ownership of resources across processes.")
(home-page "https://hexdocs.pm/nimble_ownership/")
(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
(package
(name "elixir-pathex")