Merge pull request #251568 from hacker1024/patch-5

flutter: Pass through engineArtifacts in wrapper
This commit is contained in:
Maciej Krüger 2023-09-20 23:27:51 +02:00 committed by GitHub
commit ac7c3b5a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,6 +175,7 @@ in
passthru = flutter.passthru // {
inherit (flutter) version;
unwrapped = flutter;
inherit engineArtifacts;
};
inherit (flutter) meta;