buildDartApplication: Move package sources to nativeBuildInputs

They are only needed at build time, after all.

authored by hacker1024 and committed by FlafyDev 1ae96d07 8494ee61

+1 -3
+1 -3
pkgs/build-support/dart/build-dart-application/default.nix
··· 110 jq 111 ] ++ lib.optionals stdenv.isDarwin [ 112 darwin.sigtool 113 - ]; 114 - 115 - buildInputs = 116 # Ensure that we inherit the propagated build inputs from the dependencies. 117 builtins.attrValues pubspecLockData.dependencySources; 118
··· 110 jq 111 ] ++ lib.optionals stdenv.isDarwin [ 112 darwin.sigtool 113 + ] ++ 114 # Ensure that we inherit the propagated build inputs from the dependencies. 115 builtins.attrValues pubspecLockData.dependencySources; 116