azure-functions-core-tools: some deps to nativeBuildInputs
This commit is contained in:
parent
e80df4e24b
commit
f993f699c7
1 changed files with 1 additions and 4 deletions
|
@ -23,13 +23,10 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "sha256-NdTEFQaG8eFengjzQr51ezehIHFvQZqmrjpjWk4vZKo=";
|
sha256 = "sha256-NdTEFQaG8eFengjzQr51ezehIHFvQZqmrjpjWk4vZKo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
unzip
|
unzip
|
||||||
makeWrapper
|
makeWrapper
|
||||||
dotnetbuildhelpers
|
dotnetbuildhelpers
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
icu
|
icu
|
||||||
libunwind
|
libunwind
|
||||||
curl
|
curl
|
||||||
|
|
Loading…
Reference in a new issue