gzdoom: fix libfluidsynth not loading
This commit is contained in:
parent
960e4e772b
commit
3e117af149
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ let
|
|||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
||||
buildInputs = [ fluidsynth ];
|
||||
|
||||
cmakeFlags = [ "-DDYN_FLUIDSYNTH=OFF" ];
|
||||
|
||||
preConfigure = ''
|
||||
sed -i \
|
||||
-e "s@/usr/share/sounds/sf2/@${soundfont-fluid}/share/soundfonts/@g" \
|
||||
|
|
Loading…
Reference in a new issue