summaryrefslogtreecommitdiff
path: root/gnu/packages/elixir.scm
Commit message (Collapse)AuthorAge
* gnu: Use ©.Tobias Geerinckx-Rice2018-08-16
| | | | | | * gnu/packages/elixir.scm: Replace missing © with ©. * gnu/packages/erlang.scm: Likewise. * gnu/packages/marst.scm: Ditto.
* gnu: elixir: Update to 1.6.6.Nils Gillmann2018-07-17
| | | | | | | * gnu/packages/elixir.scm (elixir): Update to 1.6.6. Signed-off-by: Nils Gillmann <gillmann@infotropique.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: elixir: Enable more tests and remove patch.Christopher Baines2018-06-12
| | | | | | | | | | | | | Previously, due to issues in the erlang package, many tests would fail, and the package would also nondeterministically fail to build. This is now fixed (by patching occurrences of /bin/sh in the erlang package), so all the tests can be run. * gnu/packages/elixir.scm (elixir)[source]: Remove patches. [arguments]: Remove the fix-or-disable-tests phase. Add a new set-home phase to set the HOME environment variable prior to running the tests. * gnu/packages/patches/elixir-disable-failing-tests.patch: Delete this file. * gnu/local.mk: Remove now deleted patch.
* gnu: elixir: Update to 1.5.3.Tobias Geerinckx-Rice2018-01-08
| | | | * gnu/packages/elixir.scm (elixir): Update to 1.5.3.
* gnu: elixir: Update to 1.5.2 and disable failing tests.nee2017-12-04
| | | | | | | * gnu/packages/elixir.scm (elixir)[origin]: Update to 1.5.2. [arguments]: Patch the shebang of mix. Disable failing tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: elixir: Update to 1.4.2.Pjotr Prins2017-05-07
| | | | | | | * gnu/packages/elixir.scm (elixir): Update to 1.4.2. * gnu/packages/patches/elixir-disable-failing-tests.patch: Adjust. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add Elixir.Pjotr Prins2016-08-02
* gnu/packages/elixir.scm: New file. * gnu/packages/patches/elixir-disable-failing-tests.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add module. (dist_patch_DATA): Add patch. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>