1
0
Fork 1
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:
hacker1024 2023-10-23 05:28:42 +11:00 committed by Maciej Krüger
parent b6a3ff83e1
commit 98e4fb2d07
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

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 ];