Commit 1b32f1b5 authored by David McFarland's avatar David McFarland
Browse files

dotnet: remove nuget-package-hook from runtime packages

parent b44ee2cb
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 ];