mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
xorg-server: add Xephyr (close #6715)
This commit is contained in:
parent
c32437b16e
commit
edaa3a7643
@ -302,6 +302,7 @@ in
|
|||||||
];
|
];
|
||||||
patches = commonPatches;
|
patches = commonPatches;
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
"--enable-kdrive" # not built by default
|
||||||
"--enable-xcsecurity" # enable SECURITY extension
|
"--enable-xcsecurity" # enable SECURITY extension
|
||||||
"--with-default-font-path=" # there were only paths containing "${prefix}",
|
"--with-default-font-path=" # there were only paths containing "${prefix}",
|
||||||
# and there are no fonts in this package anyway
|
# and there are no fonts in this package anyway
|
||||||
|
Loading…
Reference in New Issue
Block a user