mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
xorg.xorgserver: disable relro hardening
Fixes modesetting module loading.
This commit is contained in:
parent
b7787d932e
commit
f7da99c7ff
|
@ -430,6 +430,7 @@ in
|
|||
# and there are no fonts in this package anyway
|
||||
"--enable-glamor"
|
||||
];
|
||||
hardeningDisable = [ "relro" ];
|
||||
postInstall = ''
|
||||
rm -fr $out/share/X11/xkb/compiled
|
||||
ln -s /var/tmp $out/share/X11/xkb/compiled
|
||||
|
|
Loading…
Reference in a new issue