forked from mirrors/nixpkgs
xorg-server: add Xephyr (close #6715)
This commit is contained in:
parent
c32437b16e
commit
edaa3a7643
|
@ -302,6 +302,7 @@ in
|
|||
];
|
||||
patches = commonPatches;
|
||||
configureFlags = [
|
||||
"--enable-kdrive" # not built by default
|
||||
"--enable-xcsecurity" # enable SECURITY extension
|
||||
"--with-default-font-path=" # there were only paths containing "${prefix}",
|
||||
# and there are no fonts in this package anyway
|
||||
|
|
Loading…
Reference in a new issue