flutter: Pass pubGetScript through to buildDartApplication

This commit is contained in:
hacker1024
2023-12-21 11:44:14 +01:00
committed by Maciej Krüger
parent b6a3ff83e1
commit 98e4fb2d07
+2
View File
@@ -48,6 +48,8 @@
flutter config --enable-linux-desktop >/dev/null
'';
inherit pubGetScript;
nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ wrapGAppsHook ];
buildInputs = (args.buildInputs or [ ]) ++ [ glib ];