Add "compilePorts" enabling rebar3 "pc" plugin

If compilePorts is enabled plugin "pc" is added to the rebar.config
during postPatch. This makes rebar3 compile download the plugin, hence
added TODO.
This commit is contained in:
Gleb Peregud
2015-12-10 22:39:42 +01:00
parent 2251a942fc
commit 406b974420
3 changed files with 22 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ let
buildErlang = callPackage ./build-erlang.nix {};
buildHex = callPackage ./build-hex.nix {};
esqlite = callPackage ./hex/esqlite.nix {};
goldrush = callPackage ./hex/goldrush.nix {};
ibrowse = callPackage ./hex/ibrowse.nix {};
jiffy = callPackage ./hex/jiffy.nix {};