mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +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 // {
|
passthru = flutter.passthru // {
|
||||||
inherit (flutter) version;
|
inherit (flutter) version;
|
||||||
unwrapped = flutter;
|
unwrapped = flutter;
|
||||||
|
inherit engineArtifacts;
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (flutter) meta;
|
inherit (flutter) meta;
|
||||||
|
Loading…
Reference in New Issue
Block a user