diff options
| -rw-r--r-- | gnu/packages/elixir-web.scm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index c5a690ab556..3a29ff6abef 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm | |||
| @@ -316,6 +316,35 @@ purposes. Its goal is to be as close as possible to | |||
| 316 | (home-page "https://hexdocs.pm/httpoison/") | 316 | (home-page "https://hexdocs.pm/httpoison/") |
| 317 | (license license:expat))) | 317 | (license license:expat))) |
| 318 | 318 | ||
| 319 | (define-public elixir-iconify-ex | ||
| 320 | (package | ||
| 321 | (name "elixir-iconify-ex") | ||
| 322 | (version "0.6.1") | ||
| 323 | (source | ||
| 324 | (origin | ||
| 325 | (method url-fetch) | ||
| 326 | (uri (hexpm-uri "iconify_ex" version)) | ||
| 327 | (sha256 | ||
| 328 | (base32 "1j6vzp6ayx278s6q7n4rdk849b23sx9wf040h336naxphqxm3qk6")))) | ||
| 329 | (build-system mix-build-system) | ||
| 330 | (propagated-inputs | ||
| 331 | (list elixir-arrows | ||
| 332 | elixir-emote | ||
| 333 | elixir-floki | ||
| 334 | elixir-jason | ||
| 335 | elixir-phoenix-live-favicon | ||
| 336 | elixir-phoenix-live-view | ||
| 337 | elixir-recase | ||
| 338 | elixir-surface | ||
| 339 | elixir-untangle)) | ||
| 340 | (synopsis | ||
| 341 | "Phoenix helpers for using icon sets") | ||
| 342 | (description | ||
| 343 | "This package provides Phoenix helpers for using the 100,000+ SVG icons | ||
| 344 | from 100+ icon sets from @uref{https://iconify.design, iconify.design}.") | ||
| 345 | (home-page "https://hexdocs.pm/iconify_ex/") | ||
| 346 | (license license:expat))) | ||
| 347 | |||
| 319 | (define-public elixir-mint-web-socket | 348 | (define-public elixir-mint-web-socket |
| 320 | (package | 349 | (package |
| 321 | (name "elixir-mint-web-socket") | 350 | (name "elixir-mint-web-socket") |
