lol

python.pkgs.pygame_sdl2: python3 tests are non-functional

+4 -1
+4 -1
pkgs/development/python-modules/pygame_sdl2/default.nix
··· 1 - { stdenv, pkgs, buildPythonPackage, fetchFromGitHub 1 + { stdenv, pkgs, buildPythonPackage, fetchFromGitHub, isPy27 2 2 , cython, SDL2, SDL2_image, SDL2_ttf, SDL2_mixer, libjpeg, libpng }: 3 3 4 4 buildPythonPackage rec { ··· 17 17 SDL2 SDL2_image SDL2_ttf SDL2_mixer 18 18 cython libjpeg libpng 19 19 ]; 20 + 21 + 22 + doCheck = isPy27; # python3 tests are non-functional 20 23 21 24 postInstall = '' 22 25 ( cd "$out"/include/python*/ ;