about summary refs log tree commit diff
path: root/pkgs/development/beam-modules/build-rebar3.nix
diff options
context:
space:
mode:
authorEric Merritt <eric@merritt.tech>2016-04-15 11:06:57 -0700
committerEric Merritt <eric@merritt.tech>2016-04-23 19:03:29 -0700
commit383626b9d7dd56618f0789eefee147a097ada4a4 (patch)
tree9fc59e5d96f9f85bb84fba6f59671d6777f799cb /pkgs/development/beam-modules/build-rebar3.nix
parent2d6d9682bb8a910f3eb5f0be8d5687c753e9732c (diff)
downloadnixlib-383626b9d7dd56618f0789eefee147a097ada4a4.tar
nixlib-383626b9d7dd56618f0789eefee147a097ada4a4.tar.gz
nixlib-383626b9d7dd56618f0789eefee147a097ada4a4.tar.bz2
nixlib-383626b9d7dd56618f0789eefee147a097ada4a4.tar.lz
nixlib-383626b9d7dd56618f0789eefee147a097ada4a4.tar.xz
nixlib-383626b9d7dd56618f0789eefee147a097ada4a4.tar.zst
nixlib-383626b9d7dd56618f0789eefee147a097ada4a4.zip
move rebar3-nix-bootstrap to rebar3
This moves rebar3-nix-bootstrap from its own repository to rebar3. Its a
single file and this vastly reduces the complexity of making changes.
Diffstat (limited to 'pkgs/development/beam-modules/build-rebar3.nix')
-rw-r--r--pkgs/development/beam-modules/build-rebar3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/beam-modules/build-rebar3.nix b/pkgs/development/beam-modules/build-rebar3.nix
index 2627ddf99a6b..f13322519fd8 100644
--- a/pkgs/development/beam-modules/build-rebar3.nix
+++ b/pkgs/development/beam-modules/build-rebar3.nix
@@ -48,7 +48,7 @@ let
 
     configurePhase = ''
       runHook preConfigure
-      rebar3-nix-bootstrap
+      ${erlang}/bin/escript ${rebar3.bootstrapper}
       runHook postConfigure
     '';