about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/rebar3
diff options
context:
space:
mode:
authorGleb Peregud <gleber.p@gmail.com>2016-01-17 21:00:12 +0100
committerGleb Peregud <gleber.p@gmail.com>2016-01-17 21:59:27 +0100
commited4373e8b7f4572556596954ec4c3819c521b77e (patch)
treee52b6d26d56fa959f9920dacbe354a1106402d0c /pkgs/development/tools/build-managers/rebar3
parent75284b09e16f3168abc5273a9ed28d1fb4b33adf (diff)
downloadnixlib-ed4373e8b7f4572556596954ec4c3819c521b77e.tar
nixlib-ed4373e8b7f4572556596954ec4c3819c521b77e.tar.gz
nixlib-ed4373e8b7f4572556596954ec4c3819c521b77e.tar.bz2
nixlib-ed4373e8b7f4572556596954ec4c3819c521b77e.tar.lz
nixlib-ed4373e8b7f4572556596954ec4c3819c521b77e.tar.xz
nixlib-ed4373e8b7f4572556596954ec4c3819c521b77e.tar.zst
nixlib-ed4373e8b7f4572556596954ec4c3819c521b77e.zip
Pass buildPlugins to rebar3-nix-bootstrap.
To successfully build rebar packages, it needs to be provided with
rebar3 plugins used to build it. This change passes them to env
variable. From there rebar3-nix-bootstrap takes them and symlinks into
_build/default/plugins.
Diffstat (limited to 'pkgs/development/tools/build-managers/rebar3')
-rw-r--r--pkgs/development/tools/build-managers/rebar3/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/rebar3/default.nix b/pkgs/development/tools/build-managers/rebar3/default.nix
index 5ee9ecbcef8b..dccb67efaf4c 100644
--- a/pkgs/development/tools/build-managers/rebar3/default.nix
+++ b/pkgs/development/tools/build-managers/rebar3/default.nix
@@ -81,8 +81,7 @@ stdenv.mkDerivation {
   patches = [ ./hermetic-bootstrap.patch ];
 
   buildInputs = [ erlang tree  ];
-  propagatedBuildInputs = [ registrySnapshot  rebar3-nix-bootstrap ];
-
+  propagatedBuildInputs = [ registrySnapshot rebar3-nix-bootstrap ];
 
   postPatch = ''
     echo postPatch