Loading pkgs/development/python-modules/pygame_sdl2/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/pygame_sdl2/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 ]; Loading