mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
asc: fix build
This commit is contained in:
parent
595efb966d
commit
58253e37e9
|
@ -1,6 +1,6 @@
|
||||||
{ fetchurl, stdenv, SDL, SDL_image, SDL_mixer, SDL_sound, libsigcxx, physfs
|
{ fetchurl, stdenv, SDL, SDL_image, SDL_mixer, SDL_sound, libsigcxx, physfs
|
||||||
, boost, expat, freetype, libjpeg, wxGTK, lua, perl, pkgconfig, zlib, zip, bzip2,
|
, boost, expat, freetype, libjpeg, wxGTK, lua, perl, pkgconfig, zlib, zip, bzip2
|
||||||
libpng, libtiff, fluidsynth, libmikmod }:
|
, libpng, libtiff, fluidsynth, libmikmod, libvorbis, flac, libogg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "asc-2.6.0.0";
|
name = "asc-2.6.0.0";
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat
|
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat
|
||||||
freetype libjpeg wxGTK lua perl pkgconfig zlib zip bzip2 libpng
|
freetype libjpeg wxGTK lua perl pkgconfig zlib zip bzip2 libpng
|
||||||
libtiff fluidsynth libmikmod
|
libtiff fluidsynth libmikmod flac libvorbis libogg
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Advanced Strategic Command is a free, turn based strategy game. It is
|
Advanced Strategic Command is a free, turn based strategy game. It is
|
||||||
designed in the tradition of the Battle Isle series from Bluebyte and is
|
designed in the tradition of the Battle Isle series from Bluebyte and is
|
||||||
currently available for Windows and Linux.
|
currently available for Windows and Linux.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://www.asc-hq.org/;
|
homepage = http://www.asc-hq.org/;
|
||||||
|
|
Loading…
Reference in a new issue