Conversation
|
@GaetanLepage i remember you having issues with pygame on darwin, re pygame/pygame#4486 / #399467 While i don't expect this to fix itself, do you mind trying again with this PR? Probably won't work, but worth a shot. |
Thanks for the heads up! |
LordGrimmauld
left a comment
There was a problem hiding this comment.
Some minor things, like putting an alias and messed up line ordering.
Thanks for working on this!
There was a problem hiding this comment.
| ## Darwin headless will hang when trying to run the SDL test program | |
| enableSTB ? true, | |
| enableSTB ? true, | |
| ## Darwin headless will hang when trying to run the SDL test program |
This is confusing ordering
There was a problem hiding this comment.
Thanks for dropping this! This should however get an entry in pkgs/top-level/aliases.nix
There was a problem hiding this comment.
While we are here: libXpm and giflib are being flagged by my nix-check-deps tool - are they actually required?
There was a problem hiding this comment.
I couldn't find any usage of them, removed.
0e3333f to
8a6d784
Compare
LordGrimmauld
left a comment
There was a problem hiding this comment.
Diff looks good to me, running nixpkgs-review now
|
|
All the failing packages also fail to build for me on |
This version was pinned due to
pygameandpygame-ce. It turns out that it was only due to the fact that newer versions changed defaults from libpng/libjpeg to STB backend. After adding the option to build the SDL2_image with these libs, both of them can be built with the newest version of SDL2_image.Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.