fix(build): Explicitly patch interpreter shebangs in build
This commit is contained in:
parent
1cdfcbf879
commit
6c3b29943c
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ in with pkgs; buildGoPackage rec {
|
||||||
buildInputs = [ git ];
|
buildInputs = [ git ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd go/src/${goPackagePath}
|
cd go/src/${goPackagePath}
|
||||||
|
patchShebangs build-release.sh
|
||||||
./build-release.sh build
|
./build-release.sh build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue