xorgserver: override build OS name

This commit is contained in:
Atemu 2021-07-13 10:47:56 +02:00
parent 45fc7d4a35
commit 4b4c8650a8

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