Skip to content

Commit

Permalink
gzdoom: Fix wrong fluidsynth version
Browse files Browse the repository at this point in the history
(cherry picked from commit cbb4aca)
  • Loading branch information
Hodapp87 authored and Mic92 committed Jun 3, 2019
1 parent 1d5d94d commit a0e9a22
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 a0e9a22

Please sign in to comment.