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