dart.fetch-dart-deps: Add hook runtime dependencies

This commit is contained in:
hacker1024 2023-04-16 23:11:07 +10:00
parent b68a185b0f
commit 4f5dd08fe8
2 changed files with 1 additions and 2 deletions

View file

@ -158,5 +158,6 @@ in
# work at all anyway due to https://github.com/NixOS/nix/issues/6660.
name = "${name}-dart-deps-setup-hook";
substitutions = { inherit deps; };
propagatedBuildInputs = [ dart git ];
passthru.files = deps.outPath;
}) ./setup-hook.sh

View file

@ -5,7 +5,6 @@
, llvmPackages_13
, cacert
, flutter
, git
}:
# absolutely no mac support for now
@ -39,7 +38,6 @@ let
makeWrapper
deps
flutter
git
] ++ nativeBuildInputs;
configurePhase = ''