forked from mirrors/nixpkgs
azure-functions-core-tools: some deps to nativeBuildInputs
This commit is contained in:
parent
e80df4e24b
commit
f993f699c7
|
@ -23,13 +23,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-NdTEFQaG8eFengjzQr51ezehIHFvQZqmrjpjWk4vZKo=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
unzip
|
||||
makeWrapper
|
||||
dotnetbuildhelpers
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
icu
|
||||
libunwind
|
||||
curl
|
||||
|
|
Loading…
Reference in a new issue