mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: elixir: Remove unused input.
* gnu/packages/elixir.scm (elixir)[inputs]: Remove GIT.
This commit is contained in:
parent
cf73d149e9
commit
a749caa74e
1 changed files with 2 additions and 4 deletions
|
@ -27,8 +27,7 @@ (define-module (gnu packages elixir)
|
|||
#:use-module (guix git-download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages erlang)
|
||||
#:use-module (gnu packages version-control))
|
||||
#:use-module (gnu packages erlang))
|
||||
|
||||
(define-public elixir
|
||||
(package
|
||||
|
@ -100,8 +99,7 @@ (define-public elixir
|
|||
#t))
|
||||
(delete 'configure))))
|
||||
(inputs
|
||||
`(("erlang" ,erlang)
|
||||
("git" ,git)))
|
||||
`(("erlang" ,erlang)))
|
||||
(home-page "https://elixir-lang.org/")
|
||||
(synopsis "Elixir programming language")
|
||||
(description "Elixir is a dynamic, functional language used to build
|
||||
|
|
Loading…
Reference in a new issue