mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:08:24 +00:00
Merge pull request #252067 from lucasew/fix-buildFlutterApplication-passthru
This commit is contained in:
commit
bacceeba12
@ -129,7 +129,7 @@ let
|
||||
${postFixup}
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
passthru = (args.passthru or {}) // {
|
||||
inherit (deps) depsListFile;
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user