xorg.xorgserver: disable relro hardening

Fixes modesetting module loading.
This commit is contained in:
Robin Gloster 2016-08-12 11:56:58 +00:00
parent b7787d932e
commit f7da99c7ff

View file

@ -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