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
|
# and there are no fonts in this package anyway
|
||||||
"--enable-glamor"
|
"--enable-glamor"
|
||||||
];
|
];
|
||||||
|
hardeningDisable = [ "relro" ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
rm -fr $out/share/X11/xkb/compiled
|
rm -fr $out/share/X11/xkb/compiled
|
||||||
ln -s /var/tmp $out/share/X11/xkb/compiled
|
ln -s /var/tmp $out/share/X11/xkb/compiled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user