mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,8 @@
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages erlang))
|
#:use-module (gnu packages erlang)
|
||||||
|
#:use-module (gnu packages version-control))
|
||||||
|
|
||||||
(define-public elixir
|
(define-public elixir
|
||||||
(package
|
(package
|
||||||
|
@ -99,7 +100,8 @@
|
||||||
#t))
|
#t))
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("erlang" ,erlang)))
|
`(("erlang" ,erlang)
|
||||||
|
("git" ,git)))
|
||||||
(home-page "https://elixir-lang.org/")
|
(home-page "https://elixir-lang.org/")
|
||||||
(synopsis "Elixir programming language")
|
(synopsis "Elixir programming language")
|
||||||
(description "Elixir is a dynamic, functional language used to build
|
(description "Elixir is a dynamic, functional language used to build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue