fltk13: xftSupport = true
by default
It seems often desired.
This commit is contained in:
parent
e5c500475c
commit
34e558274d
@ -49,6 +49,7 @@ composableDerivation.composableDerivation {} {
|
|||||||
localpngSupport = false;
|
localpngSupport = false;
|
||||||
sharedSupport = true;
|
sharedSupport = true;
|
||||||
threadsSupport = true;
|
threadsSupport = true;
|
||||||
|
xftSupport = true;
|
||||||
} // cfg;
|
} // cfg;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -5554,7 +5554,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
octave = callPackage ../development/interpreters/octave {
|
octave = callPackage ../development/interpreters/octave {
|
||||||
fltk = fltk13.override { cfg.xftSupport = true; };
|
|
||||||
qt = null;
|
qt = null;
|
||||||
ghostscript = null;
|
ghostscript = null;
|
||||||
llvm = null;
|
llvm = null;
|
||||||
@ -5565,7 +5564,6 @@ in
|
|||||||
openblas = openblasCompat;
|
openblas = openblasCompat;
|
||||||
};
|
};
|
||||||
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
||||||
fltk = fltk13.override { cfg.xftSupport = true; };
|
|
||||||
qt = qt4;
|
qt = qt4;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
@ -12475,9 +12473,7 @@ in
|
|||||||
|
|
||||||
keepass-keefox = callPackage ../applications/misc/keepass-plugins/keefox { };
|
keepass-keefox = callPackage ../applications/misc/keepass-plugins/keefox { };
|
||||||
|
|
||||||
exrdisplay = callPackage ../applications/graphics/exrdisplay {
|
exrdisplay = callPackage ../applications/graphics/exrdisplay { };
|
||||||
fltk = fltk13.override { cfg.xftSupport = true; };
|
|
||||||
};
|
|
||||||
|
|
||||||
fbpanel = callPackage ../applications/window-managers/fbpanel { };
|
fbpanel = callPackage ../applications/window-managers/fbpanel { };
|
||||||
|
|
||||||
@ -14841,9 +14837,7 @@ in
|
|||||||
|
|
||||||
ykpers = callPackage ../applications/misc/ykpers {};
|
ykpers = callPackage ../applications/misc/ykpers {};
|
||||||
|
|
||||||
yoshimi = callPackage ../applications/audio/yoshimi {
|
yoshimi = callPackage ../applications/audio/yoshimi { };
|
||||||
fltk = fltk13.override { cfg.xftSupport = true; };
|
|
||||||
};
|
|
||||||
|
|
||||||
zam-plugins = callPackage ../applications/audio/zam-plugins { };
|
zam-plugins = callPackage ../applications/audio/zam-plugins { };
|
||||||
|
|
||||||
@ -15024,9 +15018,7 @@ in
|
|||||||
|
|
||||||
fish-fillets-ng = callPackage ../games/fish-fillets-ng {};
|
fish-fillets-ng = callPackage ../games/fish-fillets-ng {};
|
||||||
|
|
||||||
flightgear = qt5.callPackage ../games/flightgear {
|
flightgear = qt5.callPackage ../games/flightgear { };
|
||||||
fltk13 = fltk13.override { cfg.xftSupport = true; };
|
|
||||||
};
|
|
||||||
|
|
||||||
freecell-solver = callPackage ../games/freecell-solver { };
|
freecell-solver = callPackage ../games/freecell-solver { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user