Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pygame/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setuptools,

# nativeBuildInputs
SDL2,
SDL2_classic,
pkg-config,

# buildInputs
Expand Down Expand Up @@ -76,7 +76,7 @@ buildPythonPackage rec {
];

nativeBuildInputs = [
SDL2
SDL2_classic
pkg-config
];

Expand All @@ -86,7 +86,7 @@ buildPythonPackage rec {
libpng
libX11
portmidi
SDL2
SDL2_classic
SDL2_image
SDL2_mixer
SDL2_ttf
Expand Down