rust binary build: call patchShebangs on install.sh
It failed on aarch64 otherwise. The #!/bin/sh inside/outside the sandbox probably matters but I don't investigate more for now.
This commit is contained in:
parent
3effd5bb05
commit
58ef5957e2
@ -91,6 +91,7 @@ rec {
|
|||||||
buildInputs = [ makeWrapper ] ++ stdenv.lib.optional stdenv.isDarwin Security;
|
buildInputs = [ makeWrapper ] ++ stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
patchShebangs ./install.sh
|
||||||
./install.sh --prefix=$out \
|
./install.sh --prefix=$out \
|
||||||
--components=cargo
|
--components=cargo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user