python3Packages.pygame: fix build

This fixes the pygame build by adding the include/SDL2 directory to the
include path.
main
Mr Hedgehog 2 years ago committed by Jonathan Ringer
parent 943f6db441
commit 6d146fb045
  1. 1
      pkgs/development/python-modules/pygame/default.nix

@ -25,6 +25,7 @@ buildPythonPackage rec {
buildinputs_include = builtins.toJSON (builtins.concatMap (dep: [
"${lib.getDev dep}/"
"${lib.getDev dep}/include"
"${lib.getDev dep}/include/SDL2"
]) buildInputs);
buildinputs_lib = builtins.toJSON (builtins.concatMap (dep: [
"${lib.getLib dep}/"

Loading…
Cancel
Save