Unverified Commit 08513320 authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

dotnet: remove nuget-package-hook from runtime packages (#343978)

parents 32cc0423 1b32f1b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

  propagatedBuildInputs =
    (args.propagatedBuildInputs or [ ])
    ++ [ nugetPackageHook ];
    ++ lib.optional (type == "sdk") nugetPackageHook;

  nativeBuildInputs = (args.nativeBuildInputs or []) ++ [ installShellFiles ];