buildDotnetModule: remove fetch-deps from tool packages

This helps if we want to run nixpkgs.*.fetch-deps.  Previously
e.g. fable.fetch-deps existed, but was broken.
This commit is contained in:
David McFarland 2023-06-23 17:58:13 -03:00
parent d6fa0f0a26
commit afe26f5f1d

View File

@ -172,7 +172,7 @@ stdenvNoCC.mkDerivation (args // {
passthru = {
inherit nuget-source;
} // lib.optionalAttrs (nugetDepsFile != null) {
fetch-deps =
let
flags = dotnetFlags ++ dotnetRestoreFlags;