freeciv: fix Qt runtime
This commit is contained in:
parent
35cd023905
commit
dbbdc2eb3e
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ in stdenv.mkDerivation rec {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
nativeBuildInputs = [ autoreconfHook pkg-config ]
|
||||||
|
++ optional qtClient [ qt5.wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ lua5_3 zlib bzip2 curl lzma gettext libiconv ]
|
buildInputs = [ lua5_3 zlib bzip2 curl lzma gettext libiconv ]
|
||||||
++ optionals sdlClient [ SDL SDL_mixer SDL_image SDL_ttf SDL_gfx freetype fluidsynth ]
|
++ optionals sdlClient [ SDL SDL_mixer SDL_image SDL_ttf SDL_gfx freetype fluidsynth ]
|
||||||
|
|
Loading…
Reference in a new issue