mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
gzdoom: fix libfluidsynth not loading
This commit is contained in:
parent
960e4e772b
commit
3e117af149
@ -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 New Issue
Block a user