fsg: use a build of wxGTK without gstreamer plugins
This commit is contained in:
parent
800a3e510e
commit
3cd32ddf3a
1 changed files with 4 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue