Unverified Commit 3d3f95dd authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #329663 from 7c6f434c/golly-fix-build

golly: fix build by supplying Python setuptools
parents 3ce21e8e 043b5838
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)
  '';