diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2020-10-03 22:08:50 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-03 22:10:15 +0200 |
| commit | a3e26863146ffc100ced3600bfc49814d04ae643 (patch) | |
| tree | 1172a204697481ee97ba9830f197b35360e89d3f /gnu | |
| parent | 8d0bc58f2bbf1458365a99a500f5f90b224f1ca4 (diff) | |
Revert "gnu: elixir: Remove unused input."
This reverts commit a749caa74e2a44a37d3a4af06cf4c18f9e463fbb.
One of the phases actually uses git in `(which "git")`.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/elixir.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 1b881862a9b..8a2b6b302cf 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm | |||
| @@ -27,7 +27,8 @@ | |||
| 27 | #:use-module (guix git-download) | 27 | #:use-module (guix git-download) |
| 28 | #:use-module (guix packages) | 28 | #:use-module (guix packages) |
| 29 | #:use-module (gnu packages) | 29 | #:use-module (gnu packages) |
| 30 | #:use-module (gnu packages erlang)) | 30 | #:use-module (gnu packages erlang) |
| 31 | #:use-module (gnu packages version-control)) | ||
| 31 | 32 | ||
| 32 | (define-public elixir | 33 | (define-public elixir |
| 33 | (package | 34 | (package |
| @@ -99,7 +100,8 @@ | |||
| 99 | #t)) | 100 | #t)) |
| 100 | (delete 'configure)))) | 101 | (delete 'configure)))) |
| 101 | (inputs | 102 | (inputs |
| 102 | `(("erlang" ,erlang))) | 103 | `(("erlang" ,erlang) |
| 104 | ("git" ,git))) | ||
| 103 | (home-page "https://elixir-lang.org/") | 105 | (home-page "https://elixir-lang.org/") |
| 104 | (synopsis "Elixir programming language") | 106 | (synopsis "Elixir programming language") |
| 105 | (description "Elixir is a dynamic, functional language used to build | 107 | (description "Elixir is a dynamic, functional language used to build |
