diff options
| author | Igorj Gorjaĉev <igor@goryachev.org> | 2026-01-10 18:17:10 +0200 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-07-19 12:24:49 +0200 |
| commit | 09bb7e12f626ff6fc75e04fdf4a01454f2c6421e (patch) | |
| tree | 90ef92ae25983a3af0f223b922507cc86d3119ee | |
| parent | a1342c58c9d49e0cf9eb5ae25c962dd63b505715 (diff) | |
gnu: Add elixir-mix-audit.beam-team
* gnu/packages/elixir-xyz.scm (elixir-mix-audit): New variable.
Closes: https://codeberg.org/guix/guix/pulls/3524
Change-Id: I1d4565135a6d4b67046c17660573849493809e1c
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index 23928e6b410..c156ae639b4 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -751,6 +751,28 @@ Elixir.") | |||
| 751 | (home-page "https://hexdocs.pm/mimic/") | 751 | (home-page "https://hexdocs.pm/mimic/") |
| 752 | (license license:asl2.0))) | 752 | (license license:asl2.0))) |
| 753 | 753 | ||
| 754 | (define-public elixir-mix-audit | ||
| 755 | (package | ||
| 756 | (name "elixir-mix-audit") | ||
| 757 | (version "2.1.5") | ||
| 758 | (source | ||
| 759 | (origin | ||
| 760 | (method url-fetch) | ||
| 761 | (uri (hexpm-uri "mix_audit" version)) | ||
| 762 | (sha256 | ||
| 763 | (base32 "0s9dnk42n5665s6l22qf05x63ly11n37am2kmybzccns4672kyc7")))) | ||
| 764 | (build-system mix-build-system) | ||
| 765 | (propagated-inputs | ||
| 766 | (list elixir-jason | ||
| 767 | elixir-yaml-elixir)) | ||
| 768 | (synopsis "Scanning Mix dependencies for security vulnerabilities") | ||
| 769 | (description "This package provides @code{elixir-mix-audit}, a | ||
| 770 | @code{mix deps.audit} task to scan @code{Mix} dependencies for security | ||
| 771 | vulnerabilities. It draw its inspiration from tools like npm audit and | ||
| 772 | bundler-audit.") | ||
| 773 | (home-page "https://hexdocs.pm/mix_audit/") | ||
| 774 | (license license:bsd-3))) | ||
| 775 | |||
| 754 | (define-public elixir-mox | 776 | (define-public elixir-mox |
| 755 | (package | 777 | (package |
| 756 | (name "elixir-mox") | 778 | (name "elixir-mox") |
