Merge pull request #130080 from Atemu/xorgserver-host-kernel-in-binary

This commit is contained in:
Sandro
2021-07-13 23:26:27 +02:00
committed by GitHub
+1
View File
@@ -659,6 +659,7 @@ self: super:
"--with-xkb-output=$out/share/X11/xkb/compiled"
"--with-log-dir=/var/log"
"--enable-glamor"
"--with-os-name=Nix" # r13y, embeds the build machine's kernel version otherwise
] ++ lib.optionals stdenv.hostPlatform.isMusl [
"--disable-tls"
];