Unverified Commit 2d71c5f5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

flutter: unpin python3.9

No version we have in nixpkgs is older than 3.20.
parent 713e715f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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