fsg: use a build of wxGTK without gstreamer plugins

This commit is contained in:
Michael Raskin 2020-07-20 17:34:59 +02:00
parent 800a3e510e
commit 3cd32ddf3a

View file

@ -24066,7 +24066,10 @@ in
frozen-bubble = callPackage ../games/frozen-bubble { };
fsg = callPackage ../games/fsg {
wxGTK = wxGTK28.override { unicode = false; };
wxGTK = wxGTK28.override {
unicode = false;
gst-plugins-base = null;
};
};
galaxis = callPackage ../games/galaxis { };