mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
xorgserver: override build OS name
This commit is contained in:
parent
45fc7d4a35
commit
4b4c8650a8
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user