Merge pull request #93540 from 7c6f434c/fix-fsg
fsg: use a build of wxGTK without gstreamer plugins
This commit is contained in:
commit
c64722a7b1
@ -24066,7 +24066,10 @@ in
|
|||||||
frozen-bubble = callPackage ../games/frozen-bubble { };
|
frozen-bubble = callPackage ../games/frozen-bubble { };
|
||||||
|
|
||||||
fsg = callPackage ../games/fsg {
|
fsg = callPackage ../games/fsg {
|
||||||
wxGTK = wxGTK28.override { unicode = false; };
|
wxGTK = wxGTK28.override {
|
||||||
|
unicode = false;
|
||||||
|
gst-plugins-base = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
galaxis = callPackage ../games/galaxis { };
|
galaxis = callPackage ../games/galaxis { };
|
||||||
|
Loading…
Reference in New Issue
Block a user