golly: fix build by supplying Python setuptools

This commit is contained in:
7c6f434c 2024-07-24 16:15:39 +02:00
parent f854cce451
commit 043b5838d1

View File

@ -12,6 +12,10 @@ stdenv.mkDerivation rec {
wxGTK perl python3 zlib libGLU libGL libX11 SDL2
];
nativeBuildInputs = [
(python3.withPackages (ps: [ps.setuptools]))
];
setSourceRoot = ''
sourceRoot=$(echo */gui-wx)
'';