Merge pull request #93540 from 7c6f434c/fix-fsg

fsg: use a build of wxGTK without gstreamer plugins
This commit is contained in:
Michael Raskin 2020-07-20 16:38:39 +00:00 committed by GitHub
commit c64722a7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };