heroku: skip build phase
This commit is contained in:
parent
6ab1ee4951
commit
1f8dc21c94
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
dontBuild = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/heroku $out/bin
|
mkdir -p $out/share/heroku $out/bin
|
||||||
cp -pr * $out/share/heroku
|
cp -pr * $out/share/heroku
|
||||||
|
Loading…
Reference in New Issue
Block a user