guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: elixir: Remove unused input."


From: guix-commits
Subject: branch master updated: Revert "gnu: elixir: Remove unused input."
Date: Sat, 03 Oct 2020 16:11:02 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a3e2686  Revert "gnu: elixir: Remove unused input."
a3e2686 is described below

commit a3e26863146ffc100ced3600bfc49814d04ae643
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Oct 3 22:08:50 2020 +0200

    Revert "gnu: elixir: Remove unused input."
    
    This reverts commit a749caa74e2a44a37d3a4af06cf4c18f9e463fbb.
    
    One of the phases actually uses git in `(which "git")`.
---
 gnu/packages/elixir.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm
index 1b88186..8a2b6b3 100644
--- a/gnu/packages/elixir.scm
+++ b/gnu/packages/elixir.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]