about summary refs log tree commit diff
path: root/pkgs/development/compilers/flutter
diff options
context:
space:
mode:
authorFlafyDev <flafyarazi@gmail.com>2023-10-20 18:34:27 +0300
committerFlafyDev <flafyarazi@gmail.com>2023-10-20 18:34:27 +0300
commit8e0b306c82e44cb072d621375ac24d4370b8808e (patch)
treef6eac05ca28f43c4607537a84cfc7547c42e799e /pkgs/development/compilers/flutter
parentff0a5a776b56e0ca32d47a4a47695452ec7f7d80 (diff)
downloadnixlib-8e0b306c82e44cb072d621375ac24d4370b8808e.tar
nixlib-8e0b306c82e44cb072d621375ac24d4370b8808e.tar.gz
nixlib-8e0b306c82e44cb072d621375ac24d4370b8808e.tar.bz2
nixlib-8e0b306c82e44cb072d621375ac24d4370b8808e.tar.lz
nixlib-8e0b306c82e44cb072d621375ac24d4370b8808e.tar.xz
nixlib-8e0b306c82e44cb072d621375ac24d4370b8808e.tar.zst
nixlib-8e0b306c82e44cb072d621375ac24d4370b8808e.zip
flutter: fix version
In commit 6cecfa12b554955b0e837b9efa391b9787bf64aa the ability to do `pkgs.flutter.version` was removed

I assume this was not intended, so this commit brings it back.
Diffstat (limited to 'pkgs/development/compilers/flutter')
-rw-r--r--pkgs/development/compilers/flutter/wrapper.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/flutter/wrapper.nix b/pkgs/development/compilers/flutter/wrapper.nix
index 47b64fe47401..f525bcc7ab31 100644
--- a/pkgs/development/compilers/flutter/wrapper.nix
+++ b/pkgs/development/compilers/flutter/wrapper.nix
@@ -177,6 +177,7 @@ in
     ++ lib.optionals supportsLinuxDesktop [ glib wrapGAppsHook ];
 
   passthru = flutter.passthru // {
+    inherit (flutter) version;
     unwrapped = flutter;
     inherit engineArtifacts;
   };