mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-faker.
* gnu/packages/elixir-xyz.scm (elixir-faker): New variable. Change-Id: Ie824938e42e0d524cc57bb70c0ab33396b80c537 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cc850de9ae
commit
91738f3cdd
1 changed files with 16 additions and 0 deletions
|
@ -439,6 +439,22 @@ writer and parser).")
|
||||||
(home-page "https://hexdocs.pm/expo/")
|
(home-page "https://hexdocs.pm/expo/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-faker
|
||||||
|
(package
|
||||||
|
(name "elixir-faker")
|
||||||
|
(version "0.18.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "faker" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "15qpx2rvapffjq8zsk720nnm3rhn91y33jcyx642g3npb0wxigdz"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(synopsis "Generate fake data")
|
||||||
|
(description "Faker is a pure Elixir library for generating fake data.")
|
||||||
|
(home-page "https://hexdocs.pm/faker/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-dialyxir
|
(define-public elixir-dialyxir
|
||||||
(package
|
(package
|
||||||
(name "elixir-dialyxir")
|
(name "elixir-dialyxir")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue