-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdesk-flutter: fix build #356450
rustdesk-flutter: fix build #356450
Conversation
@ofborg build rustdesk-flutter |
This comment was marked as resolved.
This comment was marked as resolved.
nixpkgs/pkgs/development/compilers/flutter/build-support/build-flutter-application.nix Lines 207 to 209 in 8b5b905
nixpkgs/pkgs/build-support/dart/build-dart-application/generators.nix Lines 41 to 45 in a2337e4
BuildFlutterApplication actually is a wrapper of buildDartApplication. Args from buildFlutterApplication will be passed to buildDartApplication and the package-config-with-root.json. However, It doesn't have cargoDepsCopy. Before that, substituteInPlace won't report error if file doesn't exist but now It will. So that's caused by #350216. UPD: indent was OK now. |
32163fe
to
b932f69
Compare
Successfully created backport PR for |
(cherry picked from commit 02d0071)
rustdesk-flutter: fix build (#356450) (cherry picked from commit 02d0071) Co-authored-by: Bot_wxt1221 <[email protected]>
ZHF: #352882
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.