xorg-server: clear the bogus font paths

This commit is contained in:
Vladimír Čunát 2013-04-25 16:57:36 +02:00
parent fe1bd1a73c
commit 0b416310fc

View file

@ -167,7 +167,11 @@ in
};
xorgserver = with xorg; attrs: attrs // {
configureFlags = "--enable-xcsecurity"; # enable SECURITY extension
configureFlags = [
"--enable-xcsecurity" # enable SECURITY extension
"--with-default-font-path= " # there were only paths containing "${prefix}",
# and there are no fonts in this package anyway
];
patches = [./xorgserver-dri-path.patch ./xorgserver-xkbcomp-path.patch];
buildInputs = attrs.buildInputs ++ [ xtrans ];
propagatedBuildInputs =