treewide: unzip buldInputs to nativeBuildInputs (2)
This commit is contained in:
@@ -315,7 +315,7 @@ stdenv.mkDerivation rec {
|
||||
src_for_updater = stdenv.mkDerivation rec {
|
||||
name = "updater-sources";
|
||||
inherit src;
|
||||
buildInputs = [ unzip ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
inherit sourceRoot;
|
||||
installPhase = ''
|
||||
cp -r . "$out"
|
||||
|
||||
Reference in New Issue
Block a user