Loading pkgs/development/python-modules/pygame-ce/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ buildPythonPackage rec { libpng portmidi SDL2_classic SDL2_image (SDL2_image.override { enableSTB = false; }) SDL2_mixer SDL2_ttf ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ AppKit ]; Loading pkgs/development/python-modules/pygame/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ buildPythonPackage rec { libX11 portmidi SDL2_classic SDL2_image (SDL2_image.override { enableSTB = false; }) SDL2_mixer SDL2_ttf ]; Loading pkgs/top-level/python-packages.nix +1 −2 Original line number Diff line number Diff line Loading @@ -12263,11 +12263,10 @@ self: super: with self; { pygal = callPackage ../development/python-modules/pygal { }; pygame = callPackage ../development/python-modules/pygame { SDL2_image = pkgs.SDL2_image_2_0; }; pygame = callPackage ../development/python-modules/pygame { }; pygame-ce = callPackage ../development/python-modules/pygame-ce { inherit (pkgs.darwin.apple_sdk.frameworks) AppKit; SDL2_image = pkgs.SDL2_image_2_0; SDL2_mixer = pkgs.SDL2_mixer_2_0; }; Loading Loading
pkgs/development/python-modules/pygame-ce/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ buildPythonPackage rec { libpng portmidi SDL2_classic SDL2_image (SDL2_image.override { enableSTB = false; }) SDL2_mixer SDL2_ttf ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ AppKit ]; Loading
pkgs/development/python-modules/pygame/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ buildPythonPackage rec { libX11 portmidi SDL2_classic SDL2_image (SDL2_image.override { enableSTB = false; }) SDL2_mixer SDL2_ttf ]; Loading
pkgs/top-level/python-packages.nix +1 −2 Original line number Diff line number Diff line Loading @@ -12263,11 +12263,10 @@ self: super: with self; { pygal = callPackage ../development/python-modules/pygal { }; pygame = callPackage ../development/python-modules/pygame { SDL2_image = pkgs.SDL2_image_2_0; }; pygame = callPackage ../development/python-modules/pygame { }; pygame-ce = callPackage ../development/python-modules/pygame-ce { inherit (pkgs.darwin.apple_sdk.frameworks) AppKit; SDL2_image = pkgs.SDL2_image_2_0; SDL2_mixer = pkgs.SDL2_mixer_2_0; }; Loading