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:
Tom Hunze 2024-07-17 11:16:12 +02:00
parent 22f58e4602
commit f8e308d570
No known key found for this signature in database

View File

@ -29,6 +29,7 @@ let
rx
gtk3
reactivex
setuptools
]);
in stdenv.mkDerivation rec {
pname = "gwe";