mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 18:57:02 +05:30
fix(flakes): bump Python build input to 3.12
This commit is contained in:
parent
f10e8b2906
commit
ed3a18670f
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue