heroku: skip build phase

This commit is contained in:
Bob van der Linden 2018-09-17 22:33:52 +02:00
parent 6ab1ee4951
commit 1f8dc21c94
No known key found for this signature in database
GPG Key ID: 2A90361F99CF1795
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper ];
dontBuild = true;
installPhase = ''
mkdir -p $out/share/heroku $out/bin
cp -pr * $out/share/heroku