Skip to content

Commit

Permalink
scummvm: add support for FluidSynth
Browse files Browse the repository at this point in the history
This gives by far the best music and general sound quality for games
with MIDI support.
  • Loading branch information
peterhoeg committed Dec 27, 2017
1 parent 1258d9a commit 4d5837f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/games/scummvm/default.nix
@@ -1,5 +1,5 @@
{ stdenv, nasm
, fetchurl, SDL2, SDL2_net, freetype, zlib, libmpeg2, libjpeg, libmad, libogg, libvorbis, flac, alsaLib, mesa
{ stdenv, fetchurl, nasm
, alsaLib, flac, fluidsynth, freetype, libjpeg, libmad, libmpeg2, libogg, libvorbis, mesa, SDL2, zlib
, hostPlatform
}:

Expand All @@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nasm ];

buildInputs = [
SDL2 SDL2_net
freetype libjpeg libmpeg2 libmad libogg libvorbis flac alsaLib mesa zlib
alsaLib freetype flac fluidsynth libjpeg libmad libmpeg2 libogg libvorbis mesa SDL2 zlib
];

enableParallelBuilding = true;
Expand Down

0 comments on commit 4d5837f

Please sign in to comment.