Skip to content

Commit

Permalink
python312Packages.wxpython: disable
Browse files Browse the repository at this point in the history
Requires distutils.
  • Loading branch information
mweinelt committed May 5, 2024
1 parent a9ca192 commit 3e29c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/wxpython/4.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, stdenv
, buildPythonPackage
, setuptools
, pythonOlder
, pythonAtLeast
, fetchPypi
, substituteAll

Expand Down Expand Up @@ -43,7 +43,7 @@ buildPythonPackage rec {
pname = "wxpython";
version = "4.2.1";
format = "other";
disabled = pythonOlder "3.7";
disabled = pythonAtLeast "3.12";

src = fetchPypi {
pname = "wxPython";
Expand Down

1 comment on commit 3e29c48

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/a-little-help-tracking-down-build-issues/48816/5

Please sign in to comment.