Skip to content

Commit

Permalink
gzdoom: Fix wrong fluidsynth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodapp87 committed Jun 2, 2019
1 parent 1e9b181 commit cbb4aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/gzdoom/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, cmake, makeWrapper
, openal, fluidsynth, soundfont-fluid, libGL, SDL2
, openal, fluidsynth_1, soundfont-fluid, libGL, SDL2
, bzip2, zlib, libjpeg, libsndfile, mpg123, game-music-emu }:

stdenv.mkDerivation rec {
Expand All @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ cmake makeWrapper ];
buildInputs = [
SDL2 libGL openal fluidsynth bzip2 zlib libjpeg libsndfile mpg123
SDL2 libGL openal fluidsynth_1 bzip2 zlib libjpeg libsndfile mpg123
game-music-emu
];

Expand Down

0 comments on commit cbb4aca

Please sign in to comment.