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 4 fetchFromGitHub, 5 5 SDL, 6 6 SDL_mixer, 7 + libGL, 8 + libGLU, 7 9 autoreconfHook, 8 10 gitUpdater, 9 11 }: ··· 27 29 buildInputs = [ 28 30 SDL 29 31 SDL_mixer 32 + libGL 33 + libGLU 30 34 ]; 31 35 32 36 strictDeps = true;