mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-sizeable.
* gnu/packages/elixir-xyz.scm (elixir-sizeable): New variable. Change-Id: Id4eb4e8ae876fb3179059bd5138cbc72b70a93a4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7b89e5f073
commit
c92e5218da
1 changed files with 17 additions and 0 deletions
|
@ -483,6 +483,23 @@ any case.")
|
|||
(home-page "https://hexdocs.pm/recase/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-sizeable
|
||||
(package
|
||||
(name "elixir-sizeable")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "sizeable" version))
|
||||
(sha256
|
||||
(base32 "0qhpc1h5iks04mcb2ypp7pkjhh9skq586l6a02s7g9zvdn759asb"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis "Make file sizes human-readable")
|
||||
(description "This package provides an Elixir library to make file sizes
|
||||
human-readable.")
|
||||
(home-page "https://hexdocs.pm/sizeable/")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue