summary refs log tree commit diff
path: root/pkgs/development/beam-modules
Commit message (Collapse)AuthorAge
* hexRegistrySnapshot: d58a937 -> e5e494aMatthew Daiter2016-11-30
|
* beamPackages.hex: 0.11.3 -> 0.14.0 (#19994)Justin Wood2016-11-15
|
* build-rebar3: Append postPatch to original hookaszlig2016-08-29
| | | | | | | | | | | | | The postPatch attribute is already in the function argument but is unused elsewhere in the code, so setting postPatch with buildRebar3 is going to end up in a no-op. This now allows to use postPatch within buildRebar3 by simply appending to the existing postPatch hook that removes the rebar and rebar3 escripts. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @ericbmerritt
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* beamPackages: update packages from Hex.pmEric Merritt2016-06-15
| | | | Pull in the latest package set from hex
* beamPackages: update registry snapshot to d58a937Eric Merritt2016-06-15
|
* 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.
* beamPackages: point to new cdn for tarballsEric Merritt2016-06-15
|
* beamPackages: add the ability to override phasesEric Merritt2016-06-15
|
* beam-modules: refactor - remove commented out codeEric Merritt2016-04-23
|
* hex-packages: update to the latest versionEric Merritt2016-04-23
| | | | | hex2nix has changed to accomodate elixir and erlang.mk. This includes those changes along with updates from hex itself.
* move rebar3-nix-bootstrap to rebar3Eric Merritt2016-04-23
| | | | | This moves rebar3-nix-bootstrap from its own repository to rebar3. Its a single file and this vastly reduces the complexity of making changes.
* 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
* beam-support: update registry to latest '59b836d'Eric Merritt2016-04-23
|
* beamPackages: Add support for Mix and Erlang.mkEric Merritt2016-04-23