golly: fix build by supplying Python setuptools
This commit is contained in:
parent
f854cce451
commit
043b5838d1
@ -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)
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user