mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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 // {
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user