Unverified Commit f8e308d5 authored by Tom Hunze's avatar Tom Hunze
Browse files

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.
parent 22f58e46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ let
   rx
   gtk3
   reactivex
   setuptools
 ]);
in stdenv.mkDerivation rec {
  pname = "gwe";