flutter: unpin python3.9

No version we have in nixpkgs is older than 3.20.
This commit is contained in:
Martin Weinelt
2025-04-13 01:26:40 +02:00
parent 713e715fb5
commit 2d71c5f5dd
@@ -37,7 +37,6 @@
pkg-config,
ninja,
python312,
python39,
gitMinimal,
version,
flutterVersion,
@@ -58,7 +57,7 @@ let
constants = callPackage ./constants.nix { platform = stdenv.targetPlatform; };
python3 = if lib.versionAtLeast flutterVersion "3.20" then python312 else python39;
python3 = python312;
src = callPackage ./source.nix {
inherit