Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
fix(build): Explicitly patch interpreter shebangs in build
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin authored and Vincent Ambo committed Sep 4, 2019
1 parent 1cdfcbf commit 6c3b299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ in with pkgs; buildGoPackage rec {
buildInputs = [ git ];
buildPhase = ''
cd go/src/${goPackagePath}
patchShebangs build-release.sh
./build-release.sh build
'';

Expand Down

0 comments on commit 6c3b299

Please sign in to comment.