Revert "gnu: elixir: Remove unused input."
This reverts commit a749caa74e
.
One of the phases actually uses git in `(which "git")`.
This commit is contained in:
parent
8d0bc58f2b
commit
a3e2686314
@ -27,7 +27,8 @@
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages erlang))
|
||||
#:use-module (gnu packages erlang)
|
||||
#:use-module (gnu packages version-control))
|
||||
|
||||
(define-public elixir
|
||||
(package
|
||||
@ -99,7 +100,8 @@
|
||||
#t))
|
||||
(delete 'configure))))
|
||||
(inputs
|
||||
`(("erlang" ,erlang)))
|
||||
`(("erlang" ,erlang)
|
||||
("git" ,git)))
|
||||
(home-page "https://elixir-lang.org/")
|
||||
(synopsis "Elixir programming language")
|
||||
(description "Elixir is a dynamic, functional language used to build
|
||||
|
Loading…
Reference in New Issue
Block a user