dotnet: remove nuget-package-hook from runtime packages

This commit is contained in:
David McFarland 2024-09-23 11:40:03 -03:00
parent b44ee2cbdc
commit 1b32f1b57c

View File

@ -35,8 +35,8 @@
});
propagatedBuildInputs =
(args.propagatedBuildInputs or [])
++ [ nugetPackageHook ];
(args.propagatedBuildInputs or [ ])
++ lib.optional (type == "sdk") nugetPackageHook;
nativeBuildInputs = (args.nativeBuildInputs or []) ++ [ installShellFiles ];