mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
d6fa0f0a26
commit
afe26f5f1d
@ -172,7 +172,7 @@ stdenvNoCC.mkDerivation (args // {
|
||||
|
||||
passthru = {
|
||||
inherit nuget-source;
|
||||
|
||||
} // lib.optionalAttrs (nugetDepsFile != null) {
|
||||
fetch-deps =
|
||||
let
|
||||
flags = dotnetFlags ++ dotnetRestoreFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user