mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00: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