lol

hheretic: add missing libGL and libGLU depends

Without the change the build fails as https://hydra.nixos.org/build/294989234:

checking for OpenGL support... no
configure: error: *** OpenGL not found!

ZHF: #403336

+4
+4
pkgs/by-name/hh/hheretic/package.nix
··· 4 fetchFromGitHub, 5 SDL, 6 SDL_mixer, 7 autoreconfHook, 8 gitUpdater, 9 }: ··· 27 buildInputs = [ 28 SDL 29 SDL_mixer 30 ]; 31 32 strictDeps = true;
··· 4 fetchFromGitHub, 5 SDL, 6 SDL_mixer, 7 + libGL, 8 + libGLU, 9 autoreconfHook, 10 gitUpdater, 11 }: ··· 29 buildInputs = [ 30 SDL 31 SDL_mixer 32 + libGL 33 + libGLU 34 ]; 35 36 strictDeps = true;