Unverified Commit a3214c59 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

hheretic: add missing libGL and libGLU depends (#403458)

parents 302f82f5 9c3faa2d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
  fetchFromGitHub,
  SDL,
  SDL_mixer,
  libGL,
  libGLU,
  autoreconfHook,
  gitUpdater,
}:
@@ -27,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    SDL
    SDL_mixer
    libGL
    libGLU
  ];

  strictDeps = true;