buildDartApplication: Move package sources to nativeBuildInputs

They are only needed at build time, after all.
This commit is contained in:
hacker1024 2023-10-29 00:30:50 +11:00 committed by FlafyDev
parent 8494ee610b
commit 1ae96d0704

View File

@ -110,9 +110,7 @@ let
jq
] ++ lib.optionals stdenv.isDarwin [
darwin.sigtool
];
buildInputs =
] ++
# Ensure that we inherit the propagated build inputs from the dependencies.
builtins.attrValues pubspecLockData.dependencySources;