mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
dwarf-fortress-packages.dwarf-fortress-unfuck: fix build
This commit is contained in:
parent
55d9db7139
commit
7783862700
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, cmake
|
||||
, mesa_noglu, SDL, SDL_image, SDL_ttf, glew, openalSoft
|
||||
, mesa_noglu, libSM, SDL, SDL_image, SDL_ttf, glew, openalSoft
|
||||
, ncurses, glib, gtk2, libsndfile, zlib
|
||||
}:
|
||||
|
||||
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [
|
||||
SDL SDL_image SDL_ttf glew openalSoft
|
||||
libSM SDL SDL_image SDL_ttf glew openalSoft
|
||||
ncurses gtk2 libsndfile zlib mesa_noglu
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user