mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
flutter: fix version
In commit 6cecfa12b5
the ability to do `pkgs.flutter.version` was removed
I assume this was not intended, so this commit brings it back.
This commit is contained in:
parent
ff0a5a776b
commit
8e0b306c82
@ -177,6 +177,7 @@ in
|
||||
++ lib.optionals supportsLinuxDesktop [ glib wrapGAppsHook ];
|
||||
|
||||
passthru = flutter.passthru // {
|
||||
inherit (flutter) version;
|
||||
unwrapped = flutter;
|
||||
inherit engineArtifacts;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user