mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 22:27:03 +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 = {
|
commonArgs = {
|
||||||
src = craneLib.cleanCargoSource ./.;
|
src = craneLib.cleanCargoSource ./.;
|
||||||
buildInputs = with pkgs;
|
buildInputs = with pkgs;
|
||||||
[xorg.libxcb python39]
|
[xorg.libxcb python312]
|
||||||
++ pkgs.lib.optionals stdenv.isDarwin
|
++ pkgs.lib.optionals stdenv.isDarwin
|
||||||
[pkgs.darwin.apple_sdk.frameworks.AppKit];
|
[pkgs.darwin.apple_sdk.frameworks.AppKit];
|
||||||
nativeBuildInputs = [];
|
nativeBuildInputs = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue