about summary refs log tree commit diff
path: root/pkgs/development/compilers/flutter
diff options
context:
space:
mode:
authorhacker1024 <hacker1024@users.sourceforge.net>2023-08-26 10:29:37 +0000
committerGitHub <noreply@github.com>2023-08-26 10:29:37 +0000
commit0df5c9a81da7966e74da54a9952dabdd3134a6aa (patch)
tree805479f61baa49677a1f549b1bff6c5de4d35a45 /pkgs/development/compilers/flutter
parent8c9fc0efefedf6e4a262ccf4d9eba9df7e5ef743 (diff)
downloadnixlib-0df5c9a81da7966e74da54a9952dabdd3134a6aa.tar
nixlib-0df5c9a81da7966e74da54a9952dabdd3134a6aa.tar.gz
nixlib-0df5c9a81da7966e74da54a9952dabdd3134a6aa.tar.bz2
nixlib-0df5c9a81da7966e74da54a9952dabdd3134a6aa.tar.lz
nixlib-0df5c9a81da7966e74da54a9952dabdd3134a6aa.tar.xz
nixlib-0df5c9a81da7966e74da54a9952dabdd3134a6aa.tar.zst
nixlib-0df5c9a81da7966e74da54a9952dabdd3134a6aa.zip
flutter: Pass through engineArtifacts in wrapper
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 a650b1853fd4..794876460f2f 100644
--- a/pkgs/development/compilers/flutter/wrapper.nix
+++ b/pkgs/development/compilers/flutter/wrapper.nix
@@ -175,6 +175,7 @@ in
   passthru = flutter.passthru // {
     inherit (flutter) version;
     unwrapped = flutter;
+    inherit engineArtifacts;
   };
 
   inherit (flutter) meta;