treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
buildInputs = [ unzip libogg libvorbis ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
buildInputs = [ libogg libvorbis ];
|
||||
|
||||
patchPhase = ''
|
||||
chmod -v +x configure
|
||||
|
||||
Reference in New Issue
Block a user