treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
@@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "18hcy7jfizyyp0h66rga8z948xg3nyk32rzl7hgv7ar1w43airhh";
|
||||
};
|
||||
|
||||
buildInputs = [ file unzip ];
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
buildInputs = [ file ];
|
||||
nativeBuildInputs = [ autoPatchelfHook unzip ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
||||
Reference in New Issue
Block a user