summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir
Commit message (Collapse)AuthorAge
* elixir: 1.5.0 -> 1.5.1Andrey Pavlov2017-08-09
| | | | Also homepage URL is updated
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* elixir: 1.5.0-rc.2 -> 1.5.0Justin Wood2017-07-25
|
* elixir: 1.5.0-rc.1 -> 1.5.0-rc.2Justin Wood2017-07-20
|
* elixir: 1.5.0-rc.0 -> 1.5.0-rc.1Justin Wood2017-07-12
|
* Fix quoting in Elixir generic builderJustin Wood2017-07-08
|
* Make assertion for OTP version in the generic elixir builderJustin Wood2017-06-26
| | | | Changed Elixir 1.5 to include the fact it is an rc release
* Include Elixir 1.5 rcJustin Wood2017-06-26
|
* Generalize building of Elixir interpreterJustin Wood2017-06-26
|
* elixir: 1.4.2 -> 1.4.4mimadrid2017-05-15
|
* elixir: 1.4.0 -> 1.4.2Tim Digel2017-03-07
|
* elixir: 1.3.3 -> 1.4.0Moritz Ulrich2017-01-14
|
* elixir: 1.3.2 -> 1.3.3Aaron Bull Schaefer2016-09-18
|
* elixir: 1.3.1 -> 1.3.2Moritz Ulrich2016-09-08
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* elixir: 1.3.0 -> 1.3.1Daiderd Jordan2016-07-11
|
* elixir: 1.2.6 -> 1.3.0Cast2016-06-27
|
* beamPackages: turn on debug_info for beam packagesEric Merritt2016-06-15
| | | | | | | This allows you to turn on debug infor for all the beam packages in the system with a single change at the top level. This is required for debugging and dialyzer work. It also allows you to switch it on on a package by package basis.
* elixir: 1.2.5 -> 1.2.6Andrey Pavlov2016-06-07
|
* elixir: 1.2.4 -> 1.2.5zimbatm2016-05-06
|
* elixir: set ERL_LIBS for elixir appsEric Merritt2016-04-23
| | | | | | Previously Elixir didn't correct set the ERL_LIBS environment variable for the OTP Applications that it supplies. This change fixes that
* elixir: modify elixir to allow debug informationEric Merritt2016-04-23
| | | | | | This modifies the elixir derivation to allow 'debugInfo' to be set. This will build the elixir library with debug information and allow dializer to be used it derivative projects
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * elixir: 1.2.3 -> 1.2.4Eric Bailey2016-04-02
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * elixir: 1.2.2 -> 1.2.3Mayeu - Cast2016-03-09
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|
| * elixir: 1.2.0 -> 1.2.2Tom von Schwerdtner2016-02-03
| |
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * elixir: 1.1.1 -> 1.2.0Andrey Pavlov2016-01-12
| |
* | curl: split into multiple outputsVladimír Čunát2015-10-13
|/ | | | Also use pkgconfig to be safer and fix (some) referrers.
* elixir: 1.0.5 -> 1.1.1Ryan Scheel (Havvy)2015-09-29
| | | | | Had to change the `mix` shebang to do coreutils/bin/env elixir, not coreutils/bin/env elixir/bin/elixir.
* elixir: fix mix on darwinRyan Artecona2015-09-05
| | | | | | | | | Darwin disallows shebang scripts from using other scripts as their command--the command must be a binary. This commit changes the `mix` shebang script from calling `elixir` directly (another shebang script), instead using `env` as an intermediary. Fixes #9050
* Don't statically depend on cacert for certificatesEelco Dolstra2015-07-31
| | | | | | | | | | This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 and others. Managing certificates (including revoking certificates and adding custom certificates) becomes extremely painful if every package in the system potentially depends on a different copy of cacert. Also, it makes updating cacert rather expensive.
* elixir: 1.0.4 -> 1.0.5Andrey Pavlov2015-06-29
|
* cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III2015-06-05
|
* Fix ca-bundle pathsWilliam A. Kennington III2015-05-29
|
* Update elixir to 1.0.4Andrey Pavlov2015-04-09
|
* Update Elixir to v.1.0.3Ryan Scheel2015-02-20
| | | Tested locally and it works. :D
* Merge pull request #4479 from sjmackenzie/elixir-mix-fixMateusz Kowalczyk2014-10-24
|\ | | | | Elixir's mix shouldn't be added to wrapProgram
| * Elixir's mix shouldn't be added to wrapProgramstewart2014-10-11
| |
* | update elixir to v1.0.2Aron Fyodor Asor2014-10-22
|/
* fix double slash in mix binary pathTino Breddin2014-10-01
|
* elixir: make curl available to mixTino Breddin2014-09-27
|
* Elixir is now 1.0.0!Alexander Flatter2014-09-10
| | | | Closes #4027
* Elixir and rebar aren't Linux-specific toolsWilliam Roe2014-09-03
| | | | Widen platform support to all unix
* elixir: bump to 0.15.1Tino Breddin2014-08-17
|
* elixir: Bump to 1.13.3.Moritz Ulrich2014-06-06
|
* elixir: update from 0.13.0 to 0.13.2Moritz Ulrich2014-05-19
|
* elixir: update from 0.12.4 to 0.13.0Moritz Ulrich2014-04-30
|