bootstrapped-pip: fix for cross (nativeBuildInputs)
This commit is contained in:
parent
e33499bd30
commit
4e80b56c3c
@ -46,7 +46,8 @@ in stdenv.mkDerivation rec {
|
|||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ python makeWrapper unzip ];
|
nativeBuildInputs = [ makeWrapper unzip ];
|
||||||
|
buildInputs = [ python ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user