Skip to content

Commit

Permalink
Fix soundfont for Space Station 14 on Steam.
Browse files Browse the repository at this point in the history
  • Loading branch information
gradientvera committed Nov 1, 2023
1 parent 0e9873b commit 862548d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions overlays/gradientos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ let

# Needed for Space Station 14 MIDI support.
fluidsynth
(runCommand "soundfont-fluid-fixed" { } ''
mkdir -p "$out/share/soundfonts"
ln -sf ${soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2 $out/share/soundfonts/FluidR3_GM.sf2
'')

# Needed for GTK file dialogs in certain games.
gtk3
Expand All @@ -27,6 +23,7 @@ let
gdk-pixbuf
];
extraArgs = "-console";
extraEnv.ROBUST_SOUNDFONT_OVERRIDE = "${prev.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2";
};
in {
cadence = prev.cadence.override {
Expand Down

0 comments on commit 862548d

Please sign in to comment.