Commit 5c04378b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by Marcin Serwin
Browse files

python3Packages.pygame-original: rename from pygame



Not an alias, because that would break eval

Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
parent 5416e43a
Loading
Loading
Loading
Loading
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "pygame" ];

  meta = {
    description = "Python library for games";
    description = "Python library for games (original distribution)";
    homepage = "https://www.pygame.org/";
    changelog = "https://github.com/pygame/pygame/releases/tag/${src.tag}";
    license = lib.licenses.lgpl21Plus;
Loading