gzdoom: fix libfluidsynth not loading

This commit is contained in:
bandithedoge 2022-10-03 21:47:56 +02:00
parent 960e4e772b
commit 3e117af149

View File

@ -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" \