NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.19k stars 14.2k forks source link

Build failure: kicad #325952

Open Noodlez1232 opened 4 months ago

Noodlez1232 commented 4 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. build kicad

Build log

wxWidgets is incompatible with python 3.12

Additional context

I'm already working on a fix. I'm just adding it here for bookkeeping in case you guys do this.

Notify maintainers

@evils

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here

Add a :+1: reaction to issues you find important.

Noodlez1232 commented 4 months ago

The fix I'm workiing on is just changing the python version used by kicad to Python 3.11.

wxWidgets will most likely support 3.12 with their next release, so I'll keep my eyes peeled for that.

evils commented 4 months ago

i think this is already done in https://github.com/NixOS/nixpkgs/pull/325726