asc: fix build

This commit is contained in:
Jörg Thalheim 2018-04-21 21:43:18 +01:00
parent 595efb966d
commit 58253e37e9

View File

@ -1,6 +1,6 @@
{ fetchurl, stdenv, SDL, SDL_image, SDL_mixer, SDL_sound, libsigcxx, physfs
, boost, expat, freetype, libjpeg, wxGTK, lua, perl, pkgconfig, zlib, zip, bzip2,
libpng, libtiff, fluidsynth, libmikmod }:
, boost, expat, freetype, libjpeg, wxGTK, lua, perl, pkgconfig, zlib, zip, bzip2
, libpng, libtiff, fluidsynth, libmikmod, libvorbis, flac, libogg }:
stdenv.mkDerivation rec {
name = "asc-2.6.0.0";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
buildInputs = [
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat
freetype libjpeg wxGTK lua perl pkgconfig zlib zip bzip2 libpng
libtiff fluidsynth libmikmod
libtiff fluidsynth libmikmod flac libvorbis libogg
];
meta = with stdenv.lib; {