summary refs log tree commit diff
path: root/pkgs/development/beam-modules/build-rebar3.nix
Commit message (Collapse)AuthorAge
* treewide: remove unused buildEnv parametersVladimír Čunát2017-04-16
|
* buildRebar3: fix buildPhase & cleanup (#22744)Eric Sagnes2017-02-18
|
* 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
* 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: add the ability to override phasesEric Merritt2016-06-15
|
* 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.
* beamPackages: Add support for Mix and Erlang.mkEric Merritt2016-04-23