mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Quick hack to fix fonts in xine-ui: disable Xft. But xine-ui
remains the most godawful user interface in history. svn path=/nixpkgs/trunk/; revision=4166
This commit is contained in:
parent
34a3dbbb1d
commit
e34b867778
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ stdenv.mkDerivation {
|
||||||
x11 xineLib libpng
|
x11 xineLib libpng
|
||||||
(if xineLib.xineramaSupport then xineLib.libXinerama else null)
|
(if xineLib.xineramaSupport then xineLib.libXinerama else null)
|
||||||
];
|
];
|
||||||
configureFlags = "--without-readline";
|
configureFlags = "--without-readline --disable-xft";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue