fetch-rebar-deps: phases deprecation fix

This commit is contained in:
happysalada
2021-08-17 18:35:25 +09:00
committed by Raphael Megzari
parent 7f37347f5e
commit ec6dee00ec
@@ -14,6 +14,9 @@ stdenv.mkDerivation ({
inherit version;
dontUnpack = true;
dontConfigure = true;
dontBuild = true;
dontFixup = true;
prePhases = ''
cp ${src} .