summaryrefslogtreecommitdiff
path: root/gnu/packages/elixir.scm
AgeCommit message (Collapse)Author
2018-01-08gnu: elixir: Update to 1.5.3.Tobias Geerinckx-Rice
* gnu/packages/elixir.scm (elixir): Update to 1.5.3.
2017-12-04gnu: elixir: Update to 1.5.2 and disable failing tests.nee
* 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>
2017-05-07gnu: elixir: Update to 1.4.2.Pjotr Prins
* 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>
2016-08-02gnu: Add Elixir.Pjotr Prins
* 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>