mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
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
This commit is contained in:
parent
cfbc694c82
commit
9c3faa2d1b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
SDL,
|
SDL,
|
||||||
SDL_mixer,
|
SDL_mixer,
|
||||||
|
libGL,
|
||||||
|
libGLU,
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
}:
|
}:
|
||||||
|
@ -27,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL
|
SDL
|
||||||
SDL_mixer
|
SDL_mixer
|
||||||
|
libGL
|
||||||
|
libGLU
|
||||||
];
|
];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue