~ruther/guix-local

c92e5218da30301ecdf517e846c56e98b5550a15 — Giacomo Leidi 6 months ago 7b89e5f
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>
1 files changed, 17 insertions(+), 0 deletions(-)

M gnu/packages/elixir-xyz.scm
M gnu/packages/elixir-xyz.scm => gnu/packages/elixir-xyz.scm +17 -0
@@ 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