nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

_1oom: fix build

commit 7aeac03 (PR #386495) dropped libX11 and libGLU from propagatedBuildInputs in SDL_compat, and #389106 pointed SDL to SDL_compat, which broke this build

Hydra fail: https://hydra.nixos.org/build/292728420

+2
+2
pkgs/by-name/_1/_1oom/package.nix
··· 6 6 autoreconfHook, 7 7 allegro, 8 8 libsamplerate, 9 + libGLU, 9 10 libX11, 10 11 libXext, 11 12 SDL, ··· 31 30 buildInputs = [ 32 31 allegro 33 32 libsamplerate 33 + libGLU 34 34 libX11 35 35 libXext 36 36 SDL