xorg-server: clear the bogus font paths
This commit is contained in:
parent
fe1bd1a73c
commit
0b416310fc
@ -167,7 +167,11 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
xorgserver = with xorg; attrs: attrs // {
|
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];
|
patches = [./xorgserver-dri-path.patch ./xorgserver-xkbcomp-path.patch];
|
||||||
buildInputs = attrs.buildInputs ++ [ xtrans ];
|
buildInputs = attrs.buildInputs ++ [ xtrans ];
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user