fix(flakes): bump Python build input to 3.12

This commit is contained in:
Harsh Shandilya 2023-06-25 23:44:40 +05:30
parent f10e8b2906
commit ed3a18670f
No known key found for this signature in database

View file

@ -51,7 +51,7 @@
commonArgs = {
src = craneLib.cleanCargoSource ./.;
buildInputs = with pkgs;
[xorg.libxcb python39]
[xorg.libxcb python312]
++ pkgs.lib.optionals stdenv.isDarwin
[pkgs.darwin.apple_sdk.frameworks.AppKit];
nativeBuildInputs = [];