dotnet: remove nuget-package-hook from runtime packages

This commit is contained in:
David McFarland
2024-09-23 11:44:07 -03:00
parent b44ee2cbdc
commit 1b32f1b57c
+2 -2
View File
@@ -35,8 +35,8 @@
});
propagatedBuildInputs =
(args.propagatedBuildInputs or [])
++ [ nugetPackageHook ];
(args.propagatedBuildInputs or [ ])
++ lib.optional (type == "sdk") nugetPackageHook;
nativeBuildInputs = (args.nativeBuildInputs or []) ++ [ installShellFiles ];