azure-functions-core-tools: refactor

This commit is contained in:
Joshua Campbell 2021-10-28 22:32:07 -07:00
parent 20f4c99c65
commit 3459d88f7d

View file

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp -prd * $out/bin
cp -prd *.dll *.so gozip func $out/bin
patchelf \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath "${libPath}" "$out/bin/func"