xorg.xorgserver: disable relro hardening
Fixes modesetting module loading.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user