mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +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 a new issue