mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
Merge pull request #251568 from hacker1024/patch-5
flutter: Pass through engineArtifacts in wrapper
This commit is contained in:
commit
ac7c3b5a19
@ -175,6 +175,7 @@ in
|
||||
passthru = flutter.passthru // {
|
||||
inherit (flutter) version;
|
||||
unwrapped = flutter;
|
||||
inherit engineArtifacts;
|
||||
};
|
||||
|
||||
inherit (flutter) meta;
|
||||
|
Loading…
Reference in New Issue
Block a user