mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
flutter: Pass pubGetScript through to buildDartApplication
This commit is contained in:
parent
b6a3ff83e1
commit
98e4fb2d07
@ -48,6 +48,8 @@
|
||||
flutter config --enable-linux-desktop >/dev/null
|
||||
'';
|
||||
|
||||
inherit pubGetScript;
|
||||
|
||||
nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ wrapGAppsHook ];
|
||||
buildInputs = (args.buildInputs or [ ]) ++ [ glib ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user