Skip to content

Commit

Permalink
heroku: skip build phase
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f8dc21)
  • Loading branch information
bobvanderlinden authored and Mic92 committed Sep 17, 2018
1 parent 1934cbb commit c922f7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/heroku/default.nix
Expand Up @@ -11,6 +11,8 @@ stdenv.mkDerivation rec {

buildInputs = [ makeWrapper ];

dontBuild = true;

installPhase = ''
mkdir -p $out/share/heroku $out/bin
cp -pr * $out/share/heroku
Expand Down

0 comments on commit c922f7b

Please sign in to comment.