diff options
| author | Igorj Gorjaĉev <igor@goryachev.org> | 2026-04-16 21:10:59 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-16 20:33:40 +0200 |
| commit | e597af9546392a2088a0a67d77c0b91e6c4dd9ef (patch) | |
| tree | 79376e0f1661459793d71a1e557d7a7ff9a73382 /gnu/packages/elixir.scm | |
| parent | 41ab1cb9e44aca2f77534d4d2fa4386b039f74f9 (diff) | |
gnu: elixir: Replace git with git-minimal.
* gnu/packages/elixir.scm (elixir)[inputs]: Remove git.
[native-inputs]: Add git-minimal.
Change-Id: I6a06b7ab8bf91c4082484fe4e6e9fa3c09f845fd
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/elixir.scm')
| -rw-r--r-- | gnu/packages/elixir.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 7e02971c934..b858a6f9a8d 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm | |||
| @@ -164,7 +164,8 @@ Mix.CLI.main()" | |||
| 164 | '("ERL_LIBS" prefix ("${GUIX_ELIXIR_LIBS}")))) | 164 | '("ERL_LIBS" prefix ("${GUIX_ELIXIR_LIBS}")))) |
| 165 | programs)))))))) | 165 | programs)))))))) |
| 166 | (outputs '("out" "src")) | 166 | (outputs '("out" "src")) |
| 167 | (inputs (list bash-minimal erlang rebar3 git)) | 167 | (inputs (list bash-minimal erlang rebar3)) |
| 168 | (native-inputs (list git-minimal)) | ||
| 168 | (native-search-paths | 169 | (native-search-paths |
| 169 | (list (search-path-specification | 170 | (list (search-path-specification |
| 170 | (variable "GUIX_ELIXIR_LIBS") | 171 | (variable "GUIX_ELIXIR_LIBS") |
