dotnet: remove nuget-package-hook from runtime packages (#343978)
This commit is contained in:
commit
08513320d8
@ -35,8 +35,8 @@
|
||||
});
|
||||
|
||||
propagatedBuildInputs =
|
||||
(args.propagatedBuildInputs or [])
|
||||
++ [ nugetPackageHook ];
|
||||
(args.propagatedBuildInputs or [ ])
|
||||
++ lib.optional (type == "sdk") nugetPackageHook;
|
||||
|
||||
nativeBuildInputs = (args.nativeBuildInputs or []) ++ [ installShellFiles ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user