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
commit df18bce77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
];