fetch-rebar-deps: phases deprecation fix
This commit is contained in:
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} .
|
||||
|
||||
Reference in New Issue
Block a user