flutter: add passthru.dart

This commit is contained in:
ilkecan 2021-11-16 20:24:31 +03:00
parent afbd625c7f
commit d882c5751b

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 = ''