hhexen: fix build (#390918)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
libGL,
|
||||
libGLU,
|
||||
SDL,
|
||||
SDL_mixer,
|
||||
autoreconfHook,
|
||||
@@ -25,6 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libGL
|
||||
libGLU
|
||||
SDL
|
||||
SDL_mixer
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user