buildDartApplication: Move package sources to nativeBuildInputs
They are only needed at build time, after all.
This commit is contained in:
parent
8494ee610b
commit
1ae96d0704
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue