yoshimi: fix build, same as octave

This commit is contained in:
Vladimír Čunát 2015-05-30 23:06:25 +02:00
parent 84cd11d54e
commit 022f3067f0

View file

@ -13096,7 +13096,7 @@ let
ykpers = callPackage ../applications/misc/ykpers {};
yoshimi = callPackage ../applications/audio/yoshimi {
fltk = fltk13;
fltk = fltk13.override { cfg.xftSupport = true; };
};
zam-plugins = callPackage ../applications/audio/zam-plugins { inherit (xlibs) libX11; };