treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
@@ -12,8 +12,7 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ jre ] ;
|
||||
buildInputs = [ unzip ] ;
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper unzip ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
||||
Reference in New Issue
Block a user