Skip to content

Commit

Permalink
Remove fluidsynth from mingw crossPkgs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Jan 17, 2025
1 parent ff3b1ea commit 344168a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cross/mingw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,13 @@
outputs = ["out"];
});
libogg = crossPkgs.libogg.override {stdenv = stdenvWin32Threads;};
/*
fluidsynth = crossPkgs.fluidsynth.override {
glib = null;
libsndfile = null;
libjack2 = null;
};
*/
fmodex = let
drv = {
stdenv,
Expand Down

0 comments on commit 344168a

Please sign in to comment.