Unverified Commit 18528304 authored by 夜坂雅's avatar 夜坂雅
Browse files

python3.pkgs.pygame_sdl2: Remove build tag

parent 0d8145a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ buildPythonPackage rec {
    rm -rf gen gen3
  '';

  # Remove build tag which produces invaild version
  postPatch = ''
    sed -i '2d' setup.cfg
  '';

  nativeBuildInputs = [
    SDL2.dev cython
  ];