Merge pull request #146280 from ilkecan/flutter-passthru-dart

flutter: add passthru.dart
This commit is contained in:
Thiago Kenji Okada 2021-11-16 18:45:34 -03:00 committed by GitHub
commit 369948117f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,10 @@ runCommand drvName
'';
preferLocalBuild = true;
allowSubstitutes = false;
passthru = { unwrapped = flutter; };
passthru = {
unwrapped = flutter;
inherit dart;
};
meta = with lib; {
description = "Flutter is Google's SDK for building mobile, web and desktop with Dart";
longDescription = ''