mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
gwe: add setuptools for python 3.12
GWE still depends on distutils, which was removed in Python 3.12. setuptools ships with a copy of distutils, so we can use it as a workaround until GWE is fixed.
This commit is contained in:
parent
22f58e4602
commit
f8e308d570
@ -29,6 +29,7 @@ let
|
||||
rx
|
||||
gtk3
|
||||
reactivex
|
||||
setuptools
|
||||
]);
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "gwe";
|
||||
|
Loading…
Reference in New Issue
Block a user